diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-11-24 10:21:18 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-11-24 10:21:18 +0000 |
commit | d194db64a3b91134f68d2162f755078e4931e175 (patch) | |
tree | d92472a90d37a8e8be06e42473059127e6d0d2c3 /debian/patches/926_indent-level.patch | |
parent | Revert "Debian release 0.5.3-19+deb8u1" (diff) | |
download | w3m-d194db64a3b91134f68d2162f755078e4931e175.tar.gz w3m-d194db64a3b91134f68d2162f755078e4931e175.zip |
Add CVE IDs
cf. http://www.openwall.com/lists/oss-security/2016/11/24/1
Diffstat (limited to 'debian/patches/926_indent-level.patch')
-rw-r--r-- | debian/patches/926_indent-level.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/926_indent-level.patch b/debian/patches/926_indent-level.patch index 6d520e9..6478340 100644 --- a/debian/patches/926_indent-level.patch +++ b/debian/patches/926_indent-level.patch @@ -1,6 +1,6 @@ Subject: Check indent_level to prevent infinite recursion Author: Tatsuya Kinoshita <tats@debian.org> -Bug-Debian: https://github.com/tats/w3m/issues/37 +Bug-Debian: https://github.com/tats/w3m/issues/37 [CVE-2016-9626] Origin: https://anonscm.debian.org/cgit/collab-maint/w3m.git/commit/?id=e458def067859615ce4bc7170733d368f49d63c2 diff --git a/table.c b/table.c |