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

@ -16,6 +16,7 @@
// - Double-NUL Terminated String
// - extern const char kMonthNameShort[];
.section .rodata,"a",@progbits
.underrun
kMonthNameShort:
.ascin "Jan",4
.ascin "Feb",4
@ -31,4 +32,5 @@ kMonthNameShort:
.ascin "Dec",4
.byte 0
.endobj kMonthNameShort,globl
.overrun
.previous