]> git.eshelyaron.com Git - emacs.git/commit
Don't crash when parsing bad SVG data
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 Jul 2019 21:29:22 +0000 (14:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 Jul 2019 21:34:07 +0000 (14:34 -0700)
commit263b9680f3204be994a90f3f2b73adaa81bec8dd
treea695109bb07064e98f684e32fa1e32fa5be15fb9
parentd8272ff755a4dcbef95cdda24b23154f47a953cb
Don't crash when parsing bad SVG data

Derived from a patch by Pip Cet (Bug#36773#47).
* src/image.c (svg_load_image): Work around librsvg 2.40.13 bug.
src/image.c