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

@ -11,6 +11,7 @@
// extern const char kWeekdayName[7][10];
.section .rodata,"a",@progbits
.underrun
kWeekdayName:
.ascin "Sunday",10
.ascin "Monday",10
@ -20,4 +21,5 @@ kWeekdayName:
.ascin "Friday",10
.ascin "Saturday",10
.endobj kWeekdayName,globl
.overrun
.previous