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 733043 - Added missing if Null condition.
Added missing if Null condition.
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-07-11 05:57 UTC by Gaurav
Modified: 2014-07-14 08:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add missing Null check condition. (483 bytes, patch)
2014-07-11 05:57 UTC, Gaurav
none Details | Review

Description Gaurav 2014-07-11 05:57:56 UTC
Created attachment 280466 [details] [review]
Add missing Null check condition.

There is missing Null condition in xmlRelaxNGValidateInterleave of relaxng.c

Dereferencing it may cause crash.

Please see attach patch.
Comment 1 Daniel Veillard 2014-07-14 08:03:09 UTC
Okay makes sense, patch is correct, applied to
git as commit 6d753994b9cdfccec5d0075d5685cae9ad06bec1,

  thanks !

Daniel