Just for note, I realize "line 203" isn't useful without mentioning
version (0.0.4-1 o3read), but the line is:

         while (*q && !isspace(*q)) b[n++] = toupper(*q++);

Strings longer than 1024 (without spaces) will cause this loop to walk
past the end of "b".  Checking "n" should solve the issue.

-- 
multiple stack overflows
https://bugs.launchpad.net/bugs/164150
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to