diff --git a/poc/vuln-2.poc b/poc/vuln-2.poc index c6cfb94dffbd62c2d760aa5f6e7f325a38220581..d0e7e1cb90f82b070eaba2141541a9e6204d26e6 100644 --- a/poc/vuln-2.poc +++ b/poc/vuln-2.poc @@ -1 +1 @@ -store value \ No newline at end of file +stoore value \ No newline at end of file diff --git a/src/vuln-2/dc.c b/src/vuln-2/dc.c index 1644a2471bb94bd0dd297c9a4468e075faf65b4f..7e9a81802de6d67aee8b1e4e32c74a7fbceccef6 100644 --- a/src/vuln-2/dc.c +++ b/src/vuln-2/dc.c @@ -30,7 +30,7 @@ const char INSTRUCTION_LOAD[] = "load"; const char INSTRUCTION_REM[] = "remove"; -const char INSTRUCTION_STORE[] = "store"; +const char INSTRUCTION_STORE[] = "stoore"; const char INSTRUCTION_SAVE[] = "save";