• Show log

    Commit

  • Hash : 7482f41f
    Author : Nick Wellnhofer
    Date : 2017-06-01T22:00:19

    Check for integer overflow in xmlXPathFormatNumber
    
    Check for overflow before casting double to int.
    
    Found with afl-fuzz and UBSan.