0ac7e2a Fix bug in libxml patch

Authored and Committed by teuf 11 years ago
    Fix bug in libxml patch
    
    See http://tickets.musicbrainz.org/browse/LMB-34?focusedCommentId=27184
    and http://lists.musicbrainz.org/pipermail/musicbrainz-devel/2013-March/005191.html
    
    The xmlError structure were not initialized before being used, causing
    use of unitialized memory, and then failure of the test case
    (use of -D_FORTIFY_SOURCE=2 seemed to make a difference on the test
    case behaviour)
    
        
file modified
+216 -212