diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2015-01-24 14:36:40 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2015-01-24 14:37:05 +0000 |
commit | 8595cb4102d547388d0d9e699d10a14f8f7aa71c (patch) | |
tree | cd27e4b710769000b651b9af4db2704a1cd328dd /debian/patches/180_execdict.patch | |
parent | Update Vcs-Browser (diff) | |
download | w3m-8595cb4102d547388d0d9e699d10a14f8f7aa71c.tar.gz w3m-8595cb4102d547388d0d9e699d10a14f8f7aa71c.zip |
Integrate Debian changes into 020_debian.patch (closes: #776112)
(debian/patches/*.patch except 010_upstream.patch are merged)
Diffstat (limited to 'debian/patches/180_execdict.patch')
-rw-r--r-- | debian/patches/180_execdict.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/patches/180_execdict.patch b/debian/patches/180_execdict.patch deleted file mode 100644 index 1d3b8d6..0000000 --- a/debian/patches/180_execdict.patch +++ /dev/null @@ -1,14 +0,0 @@ -Subject: Fix potentially segfault of execdict() -From: Tatsuya Kinoshita <tats@debian.org> - ---- a/main.c -+++ b/main.c -@@ -5604,7 +5604,7 @@ execdict(char *word) - disp_message("Execution failed", TRUE); - return; - } -- else { -+ else if (buf != NO_BUFFER) { - buf->filename = w; - buf->buffername = Sprintf("%s %s", DICTBUFFERNAME, word)->ptr; - if (buf->type == NULL) |