[asan] Fix bug where suppression of overlapping accesses was ignored on
strcpy(), strncpy(), strcat(), and strncat().
rdar://problem/35576899
Differential D43702
[asan] Fix bug where suppression of overlapping accesses was ignored. delcypher on Feb 23 2018, 4:14 PM. Authored by
Details
[asan] Fix bug where suppression of overlapping accesses was ignored on rdar://problem/35576899
Diff Detail
Event Timeline
Comment Actions I decided that I should probably add tests for the other functions where we do this overlap check. Could you check you're still happy with this patch? Sidenote: It looks like we are missing interceptors for
Fixing that is out of scope for this patch though.
Comment Actions @alekseyshl Good to go?
|