Open jacobly0 opened 7 years ago
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:
#define a a
a
w("r(")
r(
These inputs all cause spasm to segfault:
Note that the last one only crashes sometimes in hardened mode and occasionally corrupts malloc otherwise.