Open GoogleCodeExporter opened 9 years ago
This example is really a buggy program, but ASan should be more verbose about
the problem.
For example, NSZombie detects the bug correctly:
$ NSZombieEnabled=YES ./t-native
2012-07-11 16:50:18.581 t-native[94386:903] *** -[CFString description]:
message sent to deallocated instance 0x10010e080
Trace/BPT trap
even with ASan:
$ NSZombieEnabled=YES ./t
2012-07-11 16:53:27.968 t[94894:903] *** -[CFString description]: message sent
to deallocated instance 0x16e0284
Trace/BPT trap
Original comment by ramosian.glider@gmail.com
on 11 Jul 2012 at 1:06
are we going to take any action here?
Original comment by konstant...@gmail.com
on 18 Feb 2013 at 8:19
Yes, if we want to improve the coverage for ObjC
Original comment by ramosian.glider@gmail.com
on 18 Feb 2013 at 9:36
Original comment by ramosian.glider@gmail.com
on 30 Jul 2015 at 9:05
Adding Project:AddressSanitizer as part of GitHub migration.
Original comment by ramosian.glider@gmail.com
on 30 Jul 2015 at 9:06
Original issue reported on code.google.com by
ramosian.glider@gmail.com
on 11 Jul 2012 at 7:19