diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2013-07-28 14:13:18 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2013-07-28 14:41:43 +0000 |
commit | d17c39a84340607b4a4ab44bd139603bc21756d9 (patch) | |
tree | fd27027287b85c99b140290a1e2ea308cfbf76d0 /debian | |
parent | debian/copyright: Updated (diff) | |
download | w3m-d17c39a84340607b4a4ab44bd139603bc21756d9.tar.gz w3m-d17c39a84340607b4a4ab44bd139603bc21756d9.zip |
Update 020_button.patch to fix segfault (closes: #706454)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/020_button.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/020_button.patch b/debian/patches/020_button.patch index a645e25..0ed7b87 100644 --- a/debian/patches/020_button.patch +++ b/debian/patches/020_button.patch @@ -82,7 +82,7 @@ diff -u -r1.264 file.c +process_button(struct parsed_tag *tag) +{ + Str tmp = NULL; -+ char *p, *q, *r, *qq = NULL; ++ char *p, *q, *r, *qq = ""; + int qlen, v; + + if (cur_form_id < 0) { |