hit9 / todo.c

Command line lightweight todo tool with readable storage , written in C.
BSD 2-Clause "Simplified" License
132 stars 23 forks source link

segfault with bad todo.txt #14

Open aleator opened 9 years ago

aleator commented 9 years ago

Just a heads up. I was fuzz-testing random c-programs and todo.c segfaults with the following todo.txt file:

- [ ] Go Shopping
- [ ] Clean the room<8A>

where the <8A> represents the byte 138

hit9 commented 9 years ago

Sorry for late, but could you upload your todo.txt here?

pips- commented 7 years ago

I didn't reproduce this bug with similar todo.txt, this may have been fixed with newer commits. I think you can close this issue.