Public bug reported:
Binary package hint: dhelp
"dhelp_parse -a" from dhelp version 0.5.24 (feisty (and etch)) crashes
for me with message:
*** stack smashing detected ***: dhelp_parse terminated
Bug is in line 66 of dhelp_parse.c - the line:
for ( ; *s!='\n'; s++);
should read:
for ( ; *s!='\n' && *s != '\0'; s++);
Robert
** Affects: dhelp (Ubuntu)
Importance: Undecided
Status: New
--
dhelp crashes
https://bugs.launchpad.net/bugs/123600
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