ITADN

Add more asserts

#10Opend4ckard 创建于 2024-01-08
D
d4ckardcommented
- [ ] `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 条评论