summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-09-02 14:40:13 +0200
committerChristian Brabandt <cb@256bit.org>2023-09-02 14:44:47 +0200
commite1dc9a627536304bc4f738c21e909ad9fcf3974c (patch)
tree03d9e7d48d9db0cfd5321b735c542f642ff84860 /src/testdir/Make_all.mak
parentacb91d3905cfef5eff8edfb76e62a6b6bab1e91e (diff)
patch 9.0.1840: [security] use-after-free in do_ecmdv9.0.1840
Problem: use-after-free in do_ecmd Solution: Verify oldwin pointer after reset_VIsual() Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index e2e29f12d2..961718fd69 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -105,6 +105,7 @@ NEW_TESTS = \
test_conceal \
test_const \
test_cpoptions \
+ test_crash \
test_crypt \
test_cscope \
test_cursor_func \
@@ -369,6 +370,7 @@ NEW_TESTS_RES = \
test_conceal.res \
test_const.res \
test_cpoptions.res \
+ test_crash.res \
test_crypt.res \
test_cscope.res \
test_cursor_func.res \