commit | 932cc9896ab41475d4aa429c27d9afd175959d74 | [log] [tgz] |
---|---|---|
author | Nick Wellnhofer <wellnhofer@aevum.de> | Sat Jun 03 02:01:29 2017 +0200 |
committer | Nick Wellnhofer <wellnhofer@aevum.de> | Mon Jun 05 19:38:19 2017 +0200 |
tree | ed74a4daf78c4a432db4b570a1a7a673deba263c | |
parent | e26630548e7d138d2c560844c43820b6767251e3 [diff] |
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.