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 681148 - gnutls: Fix invalid printf format
gnutls: Fix invalid printf format
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: network
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-08-03 16:00 UTC by Stef Walter
Modified: 2012-08-03 16:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gnutls: Fix invalid printf format (1.34 KB, patch)
2012-08-03 16:00 UTC, Stef Walter
committed Details | Review

Description Stef Walter 2012-08-03 16:00:10 UTC
It seems like the printf format on these lines is invalid. It produces
warnings:

gtlsconnection-gnutls.c:205:3: warning: unknown conversion type character 'U' in format [-Wformat]
gtlsconnection-gnutls.c:206:3: warning: unknown conversion type character 'U' in format [-Wformat]
Comment 1 Stef Walter 2012-08-03 16:00:12 UTC
Created attachment 220259 [details] [review]
gnutls: Fix invalid printf format
Comment 2 Dan Winship 2012-08-03 16:22:18 UTC
Comment on attachment 220259 [details] [review]
gnutls: Fix invalid printf format

oops. thanks
Comment 3 Stef Walter 2012-08-03 16:31:21 UTC
Attachment 220259 [details] pushed as 87baff2 - gnutls: Fix invalid printf format