]> git.eshelyaron.com Git - emacs.git/commit
Fix a segfault in the new svg code
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 31 Oct 2020 23:10:21 +0000 (00:10 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 31 Oct 2020 23:10:30 +0000 (00:10 +0100)
commit9405cd84a6309f780e76c11a4c79709aa8a4f44f
treea91182f5eb873be56688eedf99daf3bc489710a3
parent5d9e456c3ed3dcefe6bf48e24a1a8f275fc887cb
Fix a segfault in the new svg code

* src/image.c (svg_load_image): Don't pass in a NULL for the
logical rect, because that will sometimes segfault.
src/image.c