spray
spray copied to clipboard
Add more asserts
- [ ]
is_dyn_exec
insrc/info.c
ought not to returnfalse
ifinfo
isNULL
. Just crash, otherwise totally wrong data is passed around. - [ ]
parse_num
(src/debugger.c
) will segfault if passedNULL
in its first argument. The function should check that this argument is notNULL
.