May 28, 2026
2:30 a.m.
Hi Rodrigo, On Wed, May 27, 2026 at 11:05:11PM +0200, Rodrigo Arias wrote:
I enabled Asan with -fsanitize=address in CFLAGS and LDFLAGS and I see what is going on:
There is a missing case in which we are reading a character pass the buffer (when i == len). I pushed the fix to the git repo:
https://git.dillo-browser.org/plugins/gopher/commit/?id=d8055639af10041cec95...
Let me know if that fixes it for you.
Thanks for the explanation and the fix. Your fix works for me. -Ben