dhelp crashes

Bug #123600 reported by Robert Harris
12
Affects Status Importance Assigned to Milestone
dhelp (Debian)
Fix Released
Unknown
dhelp (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

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

Revision history for this message
Francois-Denis Gonthier (fdgonthier) wrote :

This also happened to me in Feisty while compiling the auctex package.

Revision history for this message
Philipp Kern (pkern) wrote : Fix in dhelp (0.5.24-0.1ubuntu1)

A new version of dhelp was uploaded to fix this bug.

To review the current version, please run

  dget -x http://ppa.launchpad.net/pkern/ubuntu/pool/main/d/dhelp/dhelp_0.5.24-0.1ubuntu1.dsc

Changed in dhelp:
status: New → Fix Committed
Revision history for this message
Philipp Kern (pkern) wrote :
Philipp Kern (pkern)
Changed in dhelp:
importance: Undecided → Medium
Revision history for this message
Sarah Kowalik (hobbsee-deactivatedaccount) wrote :

dhelp (0.5.24-0.1ubuntu1) gutsy; urgency=low

  [ Philipp Kern ]
  * Fixed a stack smash failure, thanks to Robert Harris (LP: #123600)

  [ Sarah Hobbs ]
  * Modify Maintainer value to match the DebianMaintainerField
    specification.

 -- Sarah Hobbs <email address hidden> Sun, 30 Sep 2007 02:24:42 +1000

Changed in dhelp:
status: Fix Committed → Fix Released
Changed in dhelp:
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.