Skip to content

Commit 875b920

Browse files
authored
Update antiasan.c
1 parent 874985b commit 875b920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lab5/antiasan.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ extern char gS[0x18];
77
extern char gBadBuf[0x87];
88

99
void antiasan(unsigned long addr)
10-
{
10+
{
1111
__asan_unpoison_memory_region((void *)addr, 0x87);
12-
__asan_unpoison_memory_region(gS + 0x18, 0x10);
12+
__asan_unpoison_memory_region(gS + 0x18, 0x10);

0 commit comments

Comments
 (0)