[PATCH] D15807: [asan] Fix internal CHECK failure on double free in recovery mode.

Yury Gribov via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 30 10:25:02 PST 2015


ygribov added a comment.

> But still, failing with CHECK error looks a bit scary for users


In normal mode the CHECK will never happen. More user-friendly error handling is needed only by recovery mode which is kind of a second class citizen.


Repository:
  rL LLVM

http://reviews.llvm.org/D15807





More information about the llvm-commits mailing list