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 388567 - Coverity reports use of uninitialized variable
Coverity reports use of uninitialized variable
Status: RESOLVED FIXED
Product: libxslt
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-22 10:04 UTC by Kjartan Maraas
Modified: 2006-12-22 17:21 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
patch that initializes the var (557 bytes, patch)
2006-12-22 10:05 UTC, Kjartan Maraas
none Details | Review

Description Kjartan Maraas 2006-12-22 10:04:53 UTC
Attaching a patch.
Comment 1 Kjartan Maraas 2006-12-22 10:05:23 UTC
Created attachment 78782 [details] [review]
patch that initializes the var
Comment 2 William M. Brack 2006-12-22 17:13:17 UTC
Patch applied to CVS.  I also fixed a related problem at the end of the routine to assure the variable 'doc' is set to NULL on an error exit.

Thanks for your help!