aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2020_08_17_02_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_17_02_world.sql b/sql/updates/world/3.3.5/2020_08_17_02_world.sql
new file mode 100644
index 00000000000..b850fd391e2
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_08_17_02_world.sql
@@ -0,0 +1,6 @@
+--
+DELETE FROM `command` WHERE `name`='debug asan outofbounds';
+INSERT INTO `command` (`name`,`permission`,`help`) VALUES
+('debug asan outofbounds',874,'Syntax: .debug asan outofbounds
+Triggers a stack out of bounds read.
+Use only when testing dynamic analysis tools.');