[PATCH] D25199: [ubsan] Sanitize deleted pointers

Vedant Kumar via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 3 11:24:53 PDT 2016


vsk added a comment.

It looks like programs which trip -fsanitize-value-after-delete will just crash without further reporting, which isn't in keeping with the way other ubsan checks are implemented.

IMO, address sanitizer is better-equipped to diagnose this issue.


https://reviews.llvm.org/D25199





More information about the cfe-commits mailing list