diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2020-08-17 22:54:39 +0200 |
|---|---|---|
| committer | Treeston <treeston.mmoc@gmail.com> | 2020-08-17 22:54:39 +0200 |
| commit | 0b13fc192698f65cc6e338ef92c22d4d783281b9 (patch) | |
| tree | 1bddc5fe423612950f8917f04847016169215c3b /sql/updates | |
| parent | 76f309b4e899d4f450a8448d49c1aa05f9d4e785 (diff) | |
Scripts/Commands: Revert e18f7aa, re-add .debug asan outofbounds, move bodies to #ifdef
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_08_17_02_world.sql | 6 |
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.'); |
