summaryrefslogtreecommitdiff
path: root/debian/patches/0012-Fix-a-possible-NULL-dereference.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0012-Fix-a-possible-NULL-dereference.patch')
-rw-r--r--debian/patches/0012-Fix-a-possible-NULL-dereference.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0012-Fix-a-possible-NULL-dereference.patch b/debian/patches/0012-Fix-a-possible-NULL-dereference.patch
index 1683440..9a7cf6f 100644
--- a/debian/patches/0012-Fix-a-possible-NULL-dereference.patch
+++ b/debian/patches/0012-Fix-a-possible-NULL-dereference.patch
@@ -6,7 +6,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=705400
In case of allocation error the pointer was dereferenced before the
test for a failure
---
- SAX2.c | 4 ++--
+ SAX2.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/SAX2.c b/SAX2.c