mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
9a008bb7f8b2e2719cfe740018f8c94a4461b5ab
llvm-svn: 152350
[asan]: fix off-by-one error in stack unwinder (asan issue #44; reproduced thanks to 'csmith' fuzzer)
…
Change some smart_ptr == 0 to smart_ptr == nullptr. Fixes http://llvm.org/bugs/show_bug.cgi?id=12185.
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%