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 737403 - Fix Enum check and missing break.
Fix Enum check and missing break.
Status: RESOLVED FIXED
Product: libxml2
Classification: Platform
Component: general
git master
Other Linux
: Normal major
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
: 734467 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2014-09-26 06:27 UTC by Gaurav
Modified: 2014-10-06 04:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix Enum check and missing break. (1.02 KB, patch)
2014-09-26 06:27 UTC, Gaurav
none Details | Review

Description Gaurav 2014-09-26 06:27:13 UTC
Created attachment 287128 [details] [review]
Fix Enum check and missing break.

In file xmlreader.c
1. An enum is checked to proper value instead of checking like a boolean.
2. Missing break statement added.

Please check patch.
Comment 1 Daniel Veillard 2014-10-06 04:53:15 UTC
Okay, looks fine,

  patch applied and pushed,

    thanks !

Daniel
Comment 2 Daniel Veillard 2014-10-06 04:53:54 UTC
*** Bug 734467 has been marked as a duplicate of this bug. ***