mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-19 17:10:30 +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
|
@ -16,6 +16,7 @@
|
|||
// - Double-NUL Terminated String
|
||||
// - extern const char kWeekdayNameShort[];
|
||||
.section .rodata,"a",@progbits
|
||||
.underrun
|
||||
kWeekdayNameShort:
|
||||
.asciz "Sun"
|
||||
.asciz "Mon"
|
||||
|
@ -26,4 +27,5 @@ kWeekdayNameShort:
|
|||
.asciz "Sat"
|
||||
.byte 0
|
||||
.endobj kWeekdayNameShort,globl
|
||||
.overrun
|
||||
.previous
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue