After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 344251 - freeing of an uninitialized pointer and div-by-0
freeing of an uninitialized pointer and div-by-0
Status: RESOLVED FIXED
Product: gok
Classification: Deprecated
Component: general
1.0.x
Other Linux
: Normal normal
: ---
Assigned To: David Bolter
David Bolter
Depends on:
Blocks:
 
 
Reported: 2006-06-08 08:17 UTC by Loïc Minier
Modified: 2006-06-09 14:02 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
fix for free of uninitialized pointer and div-by-0 (1.47 KB, patch)
2006-06-08 08:18 UTC, Loïc Minier
none Details | Review

Description Loïc Minier 2006-06-08 08:17:37 UTC
Hi,

Christian 'Greek0' Aichinger provided in Debian bug http://bugs.debian.org/371139 a patch to fix two issues he had with gok:
- freeing of an uninitialized pointer
- divide by zero

I'll attach the patch to this report.

Bye,
Comment 1 Loïc Minier 2006-06-08 08:18:36 UTC
Created attachment 66959 [details] [review]
fix for free of uninitialized pointer and div-by-0
Comment 2 David Bolter 2006-06-09 14:02:17 UTC
fixed in HEAD and 2.14 branch.  thanks!