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 329476 - unrobust coordinate parsing
unrobust coordinate parsing
Status: RESOLVED DUPLICATE of bug 327406
Product: gnome-applets
Classification: Other
Component: gweather
git master
Other Linux
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-01 15:28 UTC by Matthias Clasen
Modified: 2010-01-24 01:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
bad weather (579 bytes, patch)
2006-02-01 15:29 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2006-02-01 15:28:41 UTC
If you have to use sscanf, at least avoid stack smashing by telling it the length of the buffer you pass...
Comment 1 Matthias Clasen 2006-02-01 15:29:13 UTC
Created attachment 58528 [details] [review]
bad weather
Comment 2 Danielle Madeley 2006-02-01 23:47:06 UTC
This was actually fixed yesterday. We used g_strsplit instead.

*** This bug has been marked as a duplicate of 327406 ***