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 642811 - [PATCH] Fix crash and infinite loop when printing HTML document
[PATCH] Fix crash and infinite loop when printing HTML document
Status: RESOLVED OBSOLETE
Product: yelp
Classification: Applications
Component: General
2.30.x
Other All
: Normal normal
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2011-02-20 14:57 UTC by Vincent Untz
Modified: 2012-09-03 09:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix crash and infinite loop when printing HTML document (1.42 KB, patch)
2011-02-20 14:57 UTC, Vincent Untz
none Details | Review

Description Vincent Untz 2011-02-20 14:57:15 UTC
This is for the gnome-2-30 branch, if we still care about it.

This fixes three different issues:
 - we don't correctly track the current document (it's not reset to NULL in some cases)
 - GtkMozEmbed doesn't like a stream associated to no URI
 - g_input_stream_read_all() is used instead of g_input_stream_read()
Comment 1 Vincent Untz 2011-02-20 14:57:17 UTC
Created attachment 181410 [details] [review]
Fix crash and infinite loop when printing HTML document
Comment 2 Vincent Untz 2012-09-03 09:42:33 UTC
Tihs was really just for the 2.30 branch. It's way too old now to be worth the effort of even typing 'git checkout' ;-)