summaryrefslogtreecommitdiff
path: root/debian/patches/0020-Avoid-a-possibility-of-dangling-encoding-handler.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0020-Avoid-a-possibility-of-dangling-encoding-handler.patch')
-rw-r--r--debian/patches/0020-Avoid-a-possibility-of-dangling-encoding-handler.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0020-Avoid-a-possibility-of-dangling-encoding-handler.patch b/debian/patches/0020-Avoid-a-possibility-of-dangling-encoding-handler.patch
index 3590669..ab0bde8 100644
--- a/debian/patches/0020-Avoid-a-possibility-of-dangling-encoding-handler.patch
+++ b/debian/patches/0020-Avoid-a-possibility-of-dangling-encoding-handler.patch
@@ -11,7 +11,7 @@ If the freed handler is any one of handlers[i] list, then it will make that
hanldlers[i] as dangling. This may lead to crash issues at places where
handlers is read.
---
- encoding.c | 16 ++++++++++++++--
+ encoding.c | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/encoding.c b/encoding.c