• Show log

    Commit

  • Hash : 932cc989
    Author : Nick Wellnhofer
    Date : 2017-06-03T02:01:29

    Fix buffer size checks in xmlSnprintfElementContent
    
    xmlSnprintfElementContent failed to correctly check the available
    buffer space in two locations.
    
    Fixes bug 781333 (CVE-2017-9047) and bug 781701 (CVE-2017-9048).
    
    Thanks to Marcel Böhme and Thuan Pham for the report.