Skip to content

Commit f351b3a

Browse files
committed
use symlinks for easier maintenance
1 parent 53492b4 commit f351b3a

File tree

194 files changed

+10
-21498
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+10
-21498
lines changed

glibc_2.32/fastbin_dup_into_stack.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ int main()
2020
}
2121

2222

23-
unsigned long stack_var[2] __attribute__ ((aligned (0x10)));
23+
unsigned long stack_var[4] __attribute__ ((aligned (0x10)));
2424

25-
fprintf(stderr, "The address we want calloc() to return is %p.\n", stack_var);
25+
fprintf(stderr, "The address we want calloc() to return is %p.\n", stack_var + 2);
2626

2727
fprintf(stderr, "Allocating 3 buffers.\n");
2828
int *a = calloc(1,8);

glibc_2.33

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
glibc_2.32/

glibc_2.33/decrypt_safe_linking.c

Lines changed: 0 additions & 66 deletions
This file was deleted.

glibc_2.33/fastbin_dup.c

Lines changed: 0 additions & 50 deletions
This file was deleted.

glibc_2.33/fastbin_dup_consolidate.c

Lines changed: 0 additions & 85 deletions
This file was deleted.

glibc_2.33/fastbin_dup_into_stack.c

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)