Bug 27963 - XmppWriter doesn't check any libxml functions' return values
Summary: XmppWriter doesn't check any libxml functions' return values
Status: NEW
Alias: None
Product: Wocky
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords: love
Depends on:
Blocks:
 
Reported: 2010-05-04 08:52 UTC by Will Thompson
Modified: 2016-07-14 17:19 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Will Thompson 2010-05-04 08:52:21 UTC
I'm looking at a Coverity report which complains that Wocky doesn't check the return value of xmlTextWriterStartElement(), which is true... but Wocky doesn't check *any* of the xmlTextWriter functions' return values.

Most of them are never going to fail, I guess. But some of them might fail if a WockyNode ends up containing invalid UTF-8 or something?


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.