Skip to content

Commit fcd81d3

Browse files
authored
Update antiasan.c
1 parent 76a9d46 commit fcd81d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lab5/antiasan.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#include <stdint.h>
32
#include <string.h>
43
#include <stdio.h>
@@ -15,4 +14,5 @@ void antiasan(unsigned long addr) {
1514
shadow_end = ((addr + 0x87 + 0x60) >> 3) + kShadowOffset;
1615
*(char *)shadow_end = 0x00;
1716
}
18-
}
17+
18+
}

0 commit comments

Comments
 (0)