Files
rust/src/doc
bors edb3684915 Auto merge of #68572 - tmiasko:sanitizer-use-after-scope, r=nikic
Detect use-after-scope bugs with AddressSanitizer

Enable use-after-scope checks by default when using AddressSanitizer.
They allow to detect incorrect use of stack objects after their scope
have already ended. The detection is based on LLVM lifetime intrinsics.

To facilitate the use of this functionality, the lifetime intrinsics are
now emitted regardless of optimization level if enabled sanitizer makes
use of them.
2020-01-29 07:44:36 +00:00
..
2020-01-21 09:55:43 -08:00
2020-01-06 19:07:18 -08:00
2020-01-21 09:55:43 -08:00
2020-01-06 19:07:18 -08:00
2020-01-21 09:55:43 -08:00
2020-01-21 09:55:43 -08:00
2020-01-14 14:08:00 +09:00
2019-11-25 19:34:32 -05:00
2019-09-30 07:46:10 +02:00
2019-02-05 15:32:59 +01:00
2018-10-05 08:52:44 -07:00
2017-02-21 14:03:13 -05:00
2019-03-24 22:06:34 -04:00
2018-05-17 12:25:24 -07:00