aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-12-28 15:06:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-12-28 15:06:14 +0000
commit67918d0abc743c45363d261247a47b16a9bfea07 (patch)
tree276b3e9d896761144e4904558b24f6efb9de1857 /toolchain
parent85b4900b0d7ade7226bd63d2bc5ed4797c00148c (diff)
downloadupstream-67918d0abc743c45363d261247a47b16a9bfea07.tar.gz
upstream-67918d0abc743c45363d261247a47b16a9bfea07.tar.bz2
upstream-67918d0abc743c45363d261247a47b16a9bfea07.zip
uClibc: Fix lookup with DNS search in multi-threaded application.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39179 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/uClibc/patches-0.9.33.2/137-inet_fix_threaded_res_init.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/toolchain/uClibc/patches-0.9.33.2/137-inet_fix_threaded_res_init.patch b/toolchain/uClibc/patches-0.9.33.2/137-inet_fix_threaded_res_init.patch
new file mode 100644
index 0000000000..d40f28df38
--- /dev/null
+++ b/toolchain/uClibc/patches-0.9.33.2/137-inet_fix_threaded_res_init.patch
@@ -0,0 +1,12 @@
+--- a/libc/inet/resolv.c
++++ b/libc/inet/resolv.c
+@@ -3581,6 +3581,7 @@ res_init(void)
+ if (!_res.id)
+ _res.id = res_randomid();
+
++ __res_sync = NULL;
+ __res_vinit(&_res, 1);
+ __res_sync = res_sync_func;
+
+--
+cgit v0.9.1