From 3315c038c17ee72aa14dfa8e3945a66f4c2ddb41 Mon Sep 17 00:00:00 2001
From: Ewen Smith <ewens@student.unimelb.edu.au>
Date: Fri, 23 Oct 2020 11:17:11 +1100
Subject: [PATCH] Reverted 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 d0e7e1c..c6cfb94 100644
--- a/poc/vuln-2.poc
+++ b/poc/vuln-2.poc
@@ -1 +1 @@
-stoore value
\ No newline at end of file
+store value
\ No newline at end of file
diff --git a/src/vuln-2/dc.c b/src/vuln-2/dc.c
index 7e9a818..1644a24 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[] = "stoore";
+const char INSTRUCTION_STORE[] = "store";
 
 const char INSTRUCTION_SAVE[] = "save";
 
-- 
GitLab