spray icon indicating copy to clipboard operation
spray copied to clipboard

Add more asserts

Open thass0 opened this issue 1 year ago • 0 comments

  • [ ] is_dyn_exec in src/info.c ought not to return false if info is NULL. Just crash, otherwise totally wrong data is passed around.
  • [ ] parse_num (src/debugger.c) will segfault if passed NULL in its first argument. The function should check that this argument is not NULL.

thass0 avatar Jan 08 '24 14:01 thass0