diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2008-02-11 17:11:26 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2008-02-11 17:11:26 +0000 |
| commit | f36e3483f50efbb3ff3f9bb934ee0e65ccec687a (patch) | |
| tree | 73891559297aff48e1d7cec2e0bfc087449c92b5 /bind-9.5-CVE-2008-0122.patch | |
| parent | 889bdddd3a9e32fe1627fc783e59efb19f1efd32 (diff) | |
- build with -D_GNU_SOURCE (#431734)
- improved fix for #253537, posttrans script is now used
- improved fix for #400461
- 9.5.0b2
- bind-9.3.2b1-PIE.patch replaced by bind-9.5-PIE.patch
- only named, named-sdb and lwresd are PIE
- bind-9.5-sdb.patch has been updated
- bind-9.5-libidn.patch has been updated
- bind-9.4.0-sdb-sqlite-bld.patch replaced by bind-9.5-sdb-sqlite-bld.patch
- removed bind-9.5-gssapi-header.patch (upstream)
- removed bind-9.5-CVE-2008-0122.patch (upstream)
- removed bind-9.2.2-nsl.patch
Diffstat (limited to 'bind-9.5-CVE-2008-0122.patch')
| -rw-r--r-- | bind-9.5-CVE-2008-0122.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/bind-9.5-CVE-2008-0122.patch b/bind-9.5-CVE-2008-0122.patch deleted file mode 100644 index 38e0a4b..0000000 --- a/bind-9.5-CVE-2008-0122.patch +++ /dev/null @@ -1,20 +0,0 @@ -Index: lib/bind/inet/inet_network.c -=================================================================== -RCS file: /var/snap/bind9/lib/bind/inet/inet_network.c,v -retrieving revision 1.5 -retrieving revision 1.6 -diff -u -r1.5 -r1.6 ---- lib/bind/inet/inet_network.c 27 Apr 2005 04:56:21 -0000 1.5 -+++ lib/bind/inet/inet_network.c 15 Jan 2008 04:02:01 -0000 1.6 -@@ -84,9 +84,9 @@ - } - if (!digit) - return (INADDR_NONE); -+ if (pp >= parts + 4 || val > 0xffU) -+ return (INADDR_NONE); - if (*cp == '.') { -- if (pp >= parts + 4 || val > 0xffU) -- return (INADDR_NONE); - *pp++ = val, cp++; - goto again; - } |
