Re: stylesheet causes segfault in libxslt
Nick Wellnhofer <[email protected]> Mon, 30 Jul 2018 14:43:18 +0200
| Newsgroups | gmane.comp.gnome.lib.xslt |
|---|---|
| Message-ID | <[email protected]> |
On 23/07/2018 16:38, Martin Gieseking wrote:
> I just stumbled over a segfault produced by one of my conversion scripts after
> updating from libxslt 1.1.28 to 1.1.32. The issue is caused by access of
> already freed heap memory in function xsltInitCtxtKey. After a bit of
> debugging and bisecting it turned out that the issue was probably introduced by
> https://github.com/GNOME/libxslt/commit/470b17346163ba3deceb29eb4149ae140b595cdd.
Should be fixed with
https://gitlab.gnome.org/GNOME/libxslt/commit/7d81bd62d5788a9e2931c20a3d0a6be7e703c608
Also see
https://gitlab.gnome.org/GNOME/libxslt/issues/2
Thanks for the report.
Nick