Add more asserts
- [ ] `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`.
0 条评论