From d17c39a84340607b4a4ab44bd139603bc21756d9 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sun, 28 Jul 2013 23:13:18 +0900 Subject: Update 020_button.patch to fix segfault (closes: #706454) --- debian/patches/020_button.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/patches/020_button.patch') 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) { -- cgit v1.2.3