summaryrefslogtreecommitdiff
path: root/debian/patches/0016-Fix-potential-NULL-pointer-dereferences-in-regexp-co.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0016-Fix-potential-NULL-pointer-dereferences-in-regexp-co.patch')
-rw-r--r--debian/patches/0016-Fix-potential-NULL-pointer-dereferences-in-regexp-co.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0016-Fix-potential-NULL-pointer-dereferences-in-regexp-co.patch b/debian/patches/0016-Fix-potential-NULL-pointer-dereferences-in-regexp-co.patch
index 13df103..fa8a176 100644
--- a/debian/patches/0016-Fix-potential-NULL-pointer-dereferences-in-regexp-co.patch
+++ b/debian/patches/0016-Fix-potential-NULL-pointer-dereferences-in-regexp-co.patch
@@ -6,7 +6,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=707749
Fix 3 cases where we might dereference NULL
---
- xmlregexp.c | 8 +++++---
+ xmlregexp.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/xmlregexp.c b/xmlregexp.c