On Thu, 17 Jun 2021 19:43:25 +0000 Claire Jensen <cjense@xxxxxxxxxx> wrote: Hi Claire, Thanks for sending the patches, I'll try to get some time to look at them (note, that I have a lot of other duties that I need to finish before I can get to this). > Added checking for __read_char and peek_char to make sure value is not at end > of file. > > This issue was found while fuzz testing. One of the test cases created an infinite loop because __read_token had reached end of file. Checking was added to all cases where this may occur. You don't need to fix this now, but for future reference, we follow the Linux guidelines on submitting patches which includes having line breaks at 74 (although I use 76) bytes, for the change log. This makes the change logs easier to read. Thanks! -- Steve > > Signed-off-by: Claire Jensen <cjense@xxxxxxxxxx> >