Currently, NMT can detect memory corruption only at free time by checking the canary values in the header and footer. We can poison the canary parts using ASAN API to get notified(asserted) immediately after reading/writing of them.
- links to
-
Review(master) openjdk/jdk/27685