From 8b9dd2d1a9a86eb2bca7b67cb6bd4b707d63c042 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 10 Jan 2019 17:06:38 -0800 Subject: 4916 In the process of building slice primitives I found an out-of-bounds access in write-byte. --- subx/apps/hex.subx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'subx/apps/hex.subx') diff --git a/subx/apps/hex.subx b/subx/apps/hex.subx index 2660bd54..1d306782 100644 --- a/subx/apps/hex.subx +++ b/subx/apps/hex.subx @@ -41,12 +41,6 @@ 3d/compare-EAX 1/imm32 75/jump-if-not-equal $run-main/disp8 # . run-tests() -#? e8/call test-hex-below-0/disp32 -#? e8/call test-scan-next-byte/disp32 -#? e8/call test-scan-next-byte-handles-eof/disp32 -#? e8/call test-scan-next-byte-skips-comment/disp32 -#? e8/call test-scan-next-byte-aborts-on-invalid-byte/disp32 -#? e8/call test-convert-next-octet/disp32 e8/call run-tests/disp32 8b/copy 0/mod/indirect 5/rm32/.disp32 . . 3/r32/EBX Num-test-failures/disp32 # copy *Num-test-failures to EBX eb/jump $main:end/disp8 -- cgit 1.4.1-2-gfad0