spasm-ng
spasm-ng copied to clipboard
Fuzzed Crashes
These inputs all cause spasm to segfault:
.echo >0
#macro >
a#macro a
b(
#define a a
a
w("r(")
r(
.addinstr 0 0 0000000000000000000000000000
Note that the last one only crashes sometimes in hardened mode and occasionally corrupts malloc otherwise.
Updating this as I take a stab at each:
- [x]
.echo >0 - [ ]
#macro > - [ ]
a#macro a - [ ]
b( - [ ]
#define a aa - [ ]
w("r(")r( - [x]
.addinstr 0 0 0000000000000000000000000000