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 734328 - Null check missing at two locations.
Null check missing at two locations.
Status: RESOLVED FIXED
Product: libxml2
Classification: Platform
Component: general
git master
Other Linux
: Normal critical
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2014-08-06 05:12 UTC by Gaurav
Modified: 2014-08-07 03:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Couple of Missing Null checks. (767 bytes, patch)
2014-08-06 05:12 UTC, Gaurav
none Details | Review

Description Gaurav 2014-08-06 05:12:39 UTC
Created attachment 282627 [details] [review]
Couple of Missing Null checks.

Missing Null check could cause crash, if a pointer is dereferenced.

Found problem at two places in valid.c

Apply attached patch.
Comment 1 Daniel Veillard 2014-08-07 03:20:16 UTC
ACK applied and pushed as commit 658b86c0eaacefb0999873efb883c7e50c628d18

  thanks !

Daniel