mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Add ASAN guards to some asm data structures
This commit is contained in:
parent
6c2fd9ecc6
commit
390e22a8c6
15 changed files with 31 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue