Re: stylesheet causes segfault in libxslt

Martin Gieseking <[email protected]> Mon, 30 Jul 2018 15:49:22 +0200
Newsgroups gmane.comp.gnome.lib.xslt
Message-ID <[email protected]>
Am 30.07.2018 um 14:43 schrieb Nick Wellnhofer:
> 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 


Yes, great! With this commit everything works again. Thank you for 
fixing the issue so quickly.

Martin