From: Michael Orlitzky Date: Mon, 7 Aug 2023 23:31:08 +0000 (-0400) Subject: io-svg.c: add a mutex around svgtiny_parse() X-Git-Tag: 0.0.1~10 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=82d44de402b3ac5fd468e559d3fdf1c2d08e1932;hp=82d44de402b3ac5fd468e559d3fdf1c2d08e1932;p=libsvgtiny-pixbuf.git io-svg.c: add a mutex around svgtiny_parse() This works around (what appears to be) a thread-safety issue in libwapcaplet: https://bugs.netsurf-browser.org/mantis/view.php?id=2857 ---