Crash when passing an uninitialized variable to document()
authorNick Wellnhofer <wellnhofer@aevum.de>
Wed, 10 Oct 2012 10:09:36 +0000 (12:09 +0200)
committerNick Wellnhofer <wellnhofer@aevum.de>
Wed, 10 Oct 2012 10:13:19 +0000 (12:13 +0200)
commit6c99c519d97e5fcbec7a9537d190efb442e4e833
tree6c9d0711f47576aa957b68becb64fec68eb676f8
parentad0e36fdfe1a1ecc1ec76e636bbdc3ee39172b03
Crash when passing an uninitialized variable to document()

https://bugzilla.gnome.org/show_bug.cgi?id=685330

Missing check for NULL
libxslt/functions.c
tests/docs/Makefile.am
tests/docs/bug-180.xml [new file with mode: 0644]
tests/general/Makefile.am
tests/general/bug-180.err [new file with mode: 0644]
tests/general/bug-180.out [new file with mode: 0644]
tests/general/bug-180.xsl [new file with mode: 0644]