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
|
@ -20,11 +20,12 @@
|
|||
.rodata
|
||||
|
||||
// Nontrivial NUL-terminated string test vector.
|
||||
.align 1
|
||||
.underrun
|
||||
kHyperion:
|
||||
0: .incbin "libc/testlib/hyperion.txt"
|
||||
1: .byte 0
|
||||
.endobj kHyperion,globl
|
||||
.overrun
|
||||
|
||||
.align 8
|
||||
kHyperionSize:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue