Skip to content

Commit

Permalink
Adding short deprecation-info to house_of_orange
Browse files Browse the repository at this point in the history
Resolves shellphish#69
  • Loading branch information
m1ghtym0 committed Jun 13, 2018
1 parent fcf5712 commit af18931
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions glibc_2.25/house_of_orange.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ int main()
char *p1, *p2;
size_t io_list_all, *top;

fprintf(stderr, "The attack vector of this technique was removed by changing the behavior of malloc_printerr, "
"which is no longer calling _IO_flush_all_lockp, in 91e7cf982d0104f0e71770f5ae8e3faf352dea9f (2.26).\n");

/*
Firstly, lets allocate a chunk on the heap.
*/
Expand Down

0 comments on commit af18931

Please sign in to comment.