commit | 7482f41f61d733656d588b4d8c300b1ecdff7f5f | [log] [tgz] |
---|---|---|
author | Nick Wellnhofer <wellnhofer@aevum.de> | Thu Jun 01 22:00:19 2017 +0200 |
committer | Nick Wellnhofer <wellnhofer@aevum.de> | Thu Jun 01 22:00:19 2017 +0200 |
tree | 7a8b8479071b88f931101e5f3cf11f822a7005a6 | |
parent | 863b57925a5a2cd45a12ceb935dd82a411ab746e [diff] |
Check for integer overflow in xmlXPathFormatNumber Check for overflow before casting double to int. Found with afl-fuzz and UBSan.