Skip to content

Commit

Permalink
Merge pull request #190 from programmeruser2/patch-1
Browse files Browse the repository at this point in the history
Fix typo on House of Tangerine POC
  • Loading branch information
Kyle-Kyle authored May 16, 2024
2 parents 754c554 + f0a6a88 commit 73d15a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glibc_2.39/house_of_tangerine.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* *to make the PoC more reliable we need to malloc and probe the current top chunk size,
* this should be predictable in an actual exploit and therefore, can be removed to get 5 malloc calls instead
*
* Special Thanks to pepsipu for creating the challenge "High Frequency Trading"
* Special Thanks to pepsipu for creating the challenge "High Frequency Troubles"
* from Pico CTF 2024 that inspired this exploitation technique
*/
int main() {
Expand Down

0 comments on commit 73d15a8

Please sign in to comment.