mirror of
https://github.com/GNOME/libxml2.git
synced 2025-10-21 15:30:48 +08:00

- Bug 757711: heap-buffer-overflow in xmlFAParsePosCharGroup <https://bugzilla.gnome.org/show_bug.cgi?id=757711> - Bug 783015 - Integer-overflow in xmlFAParseQuantExact <https://bugzilla.gnome.org/show_bug.cgi?id=783015> (Regexptests): Add support for checking stderr output when running regexp tests. This makes it possible to check in test cases that fail and not see false-positive error output when running the tests. Unlike other libxml2 test suites, if there is no stderr output, no *.err file needs to be created.
5 lines
66 B
Plaintext
5 lines
66 B
Plaintext
# This assumes 32-bit ints.
|
|
=>.{2147483647}
|
|
input
|
|
=>.{2147483648}
|