Skip to content

Commit e92b2d7

Browse files
committed
update house_of_lore in 2.35
1 parent 1b9962d commit e92b2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: glibc_2.35/house_of_lore.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ int main(int argc, char * argv[]){
3333

3434

3535
intptr_t* stack_buffer_1[4] = {0};
36-
intptr_t* stack_buffer_2[3] = {0};
36+
intptr_t* stack_buffer_2[4] = {0};
3737
void* fake_freelist[7][4];
3838

3939
fprintf(stderr, "\nWelcome to the House of Lore\n");

0 commit comments

Comments
 (0)