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 671557 - Fun with integers and g_key_file_load_from_data()
Fun with integers and g_key_file_load_from_data()
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gkeyfile
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-03-07 14:04 UTC by Florian Müllner
Modified: 2013-11-23 15:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Florian Müllner 2012-03-07 14:04:35 UTC
From the documentation:

length :   the length of data in bytes (or -1 if data is nul-terminated)

Looks fine, except that length has an unsigned type ...

(I'm not sure there's anything we can actually do about that, but I've stumbled upon the issue with bug 671556 and thought it was worth reporting anyway)