summaryrefslogtreecommitdiff
path: root/debian/patches/0013-Clear-up-a-potential-NULL-dereference.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0013-Clear-up-a-potential-NULL-dereference.patch')
-rw-r--r--debian/patches/0013-Clear-up-a-potential-NULL-dereference.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0013-Clear-up-a-potential-NULL-dereference.patch b/debian/patches/0013-Clear-up-a-potential-NULL-dereference.patch
index 3814294..a18dfaf 100644
--- a/debian/patches/0013-Clear-up-a-potential-NULL-dereference.patch
+++ b/debian/patches/0013-Clear-up-a-potential-NULL-dereference.patch
@@ -7,7 +7,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=705399
if ctxt->node_seq.buffer is null then ctxt->node_seq.maximum ought
to be zero but it's better to clarify the check in the code directly.
---
- parserInternals.c | 3 ++-
+ parserInternals.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/parserInternals.c b/parserInternals.c