Skip to content

Commit 73d15a8

Browse files
authored
Merge pull request #190 from programmeruser2/patch-1
Fix typo on House of Tangerine POC
2 parents 754c554 + f0a6a88 commit 73d15a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glibc_2.39/house_of_tangerine.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* *to make the PoC more reliable we need to malloc and probe the current top chunk size,
5050
* this should be predictable in an actual exploit and therefore, can be removed to get 5 malloc calls instead
5151
*
52-
* Special Thanks to pepsipu for creating the challenge "High Frequency Trading"
52+
* Special Thanks to pepsipu for creating the challenge "High Frequency Troubles"
5353
* from Pico CTF 2024 that inspired this exploitation technique
5454
*/
5555
int main() {

0 commit comments

Comments
 (0)