]> gitweb.michael.orlitzky.com - libsvgtiny-pixbuf.git/commit
io-svg.c: add a mutex around svgtiny_parse()
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 7 Aug 2023 23:31:08 +0000 (19:31 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 7 Aug 2023 23:31:08 +0000 (19:31 -0400)
commit82d44de402b3ac5fd468e559d3fdf1c2d08e1932
treefdd1f457e33482126acf63c1b21786ee19b83045
parent8bdd57bdeb61e2af87a6bd5d05352d03902b646a
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
io-svg.c