From 1b6a9750adbc29239a5a963a0335dcf58a8a4c79 Mon Sep 17 00:00:00 2001 From: Ewen Smith <ewens@student.unimelb.edu.au> Date: Fri, 23 Oct 2020 11:12:27 +1100 Subject: [PATCH] Changed vuln 2 --- poc/vuln-2.poc | 2 +- src/vuln-2/dc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poc/vuln-2.poc b/poc/vuln-2.poc index c6cfb94..d0e7e1c 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 1644a24..7e9a818 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"; -- GitLab