From 65d67f359f5bfc09a060024e187ee5bc2bf39f14 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Wed, 4 May 2011 16:38:02 +0900 Subject: Releasing debian version 0.5.2-6 --- debian/patches/070_form-update.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/patches/070_form-update.patch (limited to 'debian/patches/070_form-update.patch') diff --git a/debian/patches/070_form-update.patch b/debian/patches/070_form-update.patch new file mode 100644 index 0000000..8dc185f --- /dev/null +++ b/debian/patches/070_form-update.patch @@ -0,0 +1,15 @@ +Description: Bug fix for formUpdateBuffer() +Origin: http://mi.med.tohoku.ac.jp/~satodai/w3m-dev/200708.month/4286.html +Author: Hironori SAKAMOTO +Bug-Debian: http://bugs.debian.org/409933 + +--- w3m-0.5.2.orig/form.c Fri Feb 6 02:23:07 2004 ++++ w3m-0.5.2/form.c Sat Aug 4 00:23:41 2007 +@@ -403,6 +403,7 @@ + line->lineBuf = buf; + line->propBuf = prop; + line->len = len; ++ line->size = len; + + return pos; + } -- cgit v1.2.3