mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-05 12:12: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
|
@ -24,10 +24,12 @@
|
|||
.section .sort.data.countexpr.1,"a",@progbits
|
||||
.align 8
|
||||
.globl countexpr_data
|
||||
.underrun
|
||||
countexpr_data:
|
||||
.previous
|
||||
|
||||
.section .sort.data.countexpr.3,"a",@progbits
|
||||
.align 8
|
||||
.quad 0
|
||||
.overrun
|
||||
.previous
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue