1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-28 04:41:59 +03:00

4 Commits

Author SHA1 Message Date
23b8c31e43 Also run Windows tests with --maxdepth 200
Fixes segfault in recursion tests.
2017-10-31 15:47:19 +01:00
52e26315b5 Fix MingW build
Fixes bug #324857:

https://bugzilla.gnome.org/show_bug.cgi?id=324857
2016-04-30 21:00:41 +02:00
ef7429bb4f Fix error handling in Saxon extension functions
The old code could lead to a NULL pointer dereference.

- Set XPath error if saxon:expression can't compile an expression.
- Check return value in saxon:eval.

Add first tests for Saxon extension functions.

Found with afl-fuzz and ASan.
2016-04-28 20:31:14 +02:00
ea5a2b30c9 Add Python script to run some tests on Windows 2016-02-25 14:43:20 +01:00