]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #33554 - sfackler:no-current-exe, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Sat, 14 May 2016 09:57:47 +0000 (11:57 +0200)
committerManish Goregaokar <manishsmail@gmail.com>
Sat, 14 May 2016 09:57:47 +0000 (11:57 +0200)
Don't use env::current_exe with libbacktrace

If the path we give to libbacktrace doesn't actually correspond to the
current process, libbacktrace will segfault *at best*.

cc #21889

r? @alexcrichton
cc @semarie


Trivial merge