summaryrefslogtreecommitdiff
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
commit8bd7e0b19b20cf01881c7db20adf5ab052e2b64a (patch)
tree5a9a3f1ee18555b91cc571d524698489c4c71670 /toolchain
parentc4b013f00b19e983ff43264b418dad9e66bb7fe6 (diff)
downloadmtk-20170518-8bd7e0b19b20cf01881c7db20adf5ab052e2b64a.zip
mtk-20170518-8bd7e0b19b20cf01881c7db20adf5ab052e2b64a.tar.gz
mtk-20170518-8bd7e0b19b20cf01881c7db20adf5ab052e2b64a.tar.bz2
uClibc: Fix lookup with DNS search in multi-threaded application.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz> SVN-Revision: 39179
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 0000000..d40f28d
--- /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