Add ASAN guards to some asm data structures

This commit is contained in:
Justine Tunney 2022-03-18 12:56:10 -07:00
parent 6c2fd9ecc6
commit 390e22a8c6
15 changed files with 31 additions and 4 deletions

View file

@ -28,6 +28,7 @@
.hidden __testcase_start,__testcase_end
.byte 0
.align __SIZEOF_POINTER__
.underrun
__testcase_start:
.previous/*
...
@ -36,4 +37,5 @@ __testcase_start:
*/.section .piro.relo.sort.testcase.3,"aw",@nobits
__testcase_end:
.quad 0
.overrun
.previous