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 696881 - tlsconnection-gnutls: Overwrites the waiting_op pollfd with the cancellable's one
tlsconnection-gnutls: Overwrites the waiting_op pollfd with the cancellable's...
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: network
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-03-29 22:51 UTC by Olivier Crête
Modified: 2013-04-02 20:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tlsconnection-gnutls: Create the cancellable pollfd in right buffer (978 bytes, patch)
2013-03-29 22:52 UTC, Olivier Crête
committed Details | Review

Description Olivier Crête 2013-03-29 22:51:58 UTC
Summary says it all.. it writes twice to fds[0].
Comment 1 Olivier Crête 2013-03-29 22:52:01 UTC
Created attachment 240143 [details] [review]
tlsconnection-gnutls: Create the cancellable pollfd in right buffer

The cancellable pollfd was overwriting the waiting_op one
Comment 2 Dan Winship 2013-04-02 20:21:57 UTC
Comment on attachment 240143 [details] [review]
tlsconnection-gnutls: Create the cancellable pollfd in right buffer

oof
Comment 3 Olivier Crête 2013-04-02 20:26:59 UTC
Comitted