]> git.lizzy.rs Git - rust.git/commit
Auto merge of #62460 - RalfJung:llvm-null, r=eddyb
authorbors <bors@rust-lang.org>
Tue, 9 Jul 2019 06:20:44 +0000 (06:20 +0000)
committerbors <bors@rust-lang.org>
Tue, 9 Jul 2019 06:20:44 +0000 (06:20 +0000)
commit88953840ac9fc3e7f90af537b8b4177b76ae0d87
tree30b28f1d40ea526bd97a925f3761e85f14cac1b4
parent909f5a049415a815b23502a5498de9a99bbf276b
parent076a5cdc357a3a9e03850a745bee0b3f0db3d54f
Auto merge of #62460 - RalfJung:llvm-null, r=eddyb

 Handle null from LLVMRustGetSectionName

As part of https://github.com/rust-lang/rust/pull/58783 and https://github.com/rust-lang/rust/pull/62103, this incorrect use of a NULL pointer was found in the interface to LLVM. That PR is stuck with some linker issues, but there is no reason the soundness fix should have to wait for that.