diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-07-24 15:18:00 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-07-24 15:18:00 +0000 |
| commit | 788dabf8dca0a112e537cebba1b5ffe893af04df (patch) | |
| tree | 9a83d078baf6ddc25cde61b7c3fd427396e92c60 /bind-9.5.0-errno-init.patch | |
| parent | a0180575d355273dc8d118ec59ceb19d771e77bf (diff) | |
| download | bind-788dabf8dca0a112e537cebba1b5ffe893af04df.tar.gz bind-788dabf8dca0a112e537cebba1b5ffe893af04df.tar.xz bind-788dabf8dca0a112e537cebba1b5ffe893af04df.zip | |
- updated to 9.5.0a6 which contains fixes for CVE-2007-2925 andbind-9_5_0-6_a6_fc8
CVE-2007-2926
- fixed building on 64bits
Diffstat (limited to 'bind-9.5.0-errno-init.patch')
| -rw-r--r-- | bind-9.5.0-errno-init.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/bind-9.5.0-errno-init.patch b/bind-9.5.0-errno-init.patch deleted file mode 100644 index 9c96ec0..0000000 --- a/bind-9.5.0-errno-init.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -up bind-9.5.0a5/lib/bind/resolv/res_init.c.errno bind-9.5.0a5/lib/bind/resolv/res_init.c ---- bind-9.5.0a5/lib/bind/resolv/res_init.c.errno 2007-07-02 14:55:54.000000000 +0200 -+++ bind-9.5.0a5/lib/bind/resolv/res_init.c 2007-07-02 14:57:03.000000000 +0200 -@@ -168,7 +168,7 @@ __res_vinit(res_state statp, int preinit - union res_sockaddr_union u[2]; - int maxns = MAXNS; - -- h_errno = 0; -+ RES_SET_H_ERRNO(statp, 0); - if (statp->_u._ext.ext != NULL) - res_ndestroy(statp); - -@@ -231,7 +231,7 @@ __res_vinit(res_state statp, int preinit - * to check our return code wont be able to make - * queries anyhow. - */ -- h_errno = statp->res_h_errno = NETDB_INTERNAL; -+ RES_SET_H_ERRNO(statp, NETDB_INTERNAL); - maxns = 0; - } - #ifdef RESOLVSORT -@@ -498,7 +498,7 @@ __res_vinit(res_state statp, int preinit - if ((cp = getenv("RES_OPTIONS")) != NULL) - res_setoptions(statp, cp, "env"); - statp->options |= RES_INIT; -- return (h_errno); -+ return (statp->res_h_errno); - } - - static void |
