diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-28 15:06:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-12-28 15:06:14 +0000 |
commit | 8bd7e0b19b20cf01881c7db20adf5ab052e2b64a (patch) | |
tree | 5a9a3f1ee18555b91cc571d524698489c4c71670 /toolchain/uClibc | |
parent | c4b013f00b19e983ff43264b418dad9e66bb7fe6 (diff) | |
download | upstream-8bd7e0b19b20cf01881c7db20adf5ab052e2b64a.tar.gz upstream-8bd7e0b19b20cf01881c7db20adf5ab052e2b64a.tar.bz2 upstream-8bd7e0b19b20cf01881c7db20adf5ab052e2b64a.zip |
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/uClibc')
-rw-r--r-- | toolchain/uClibc/patches-0.9.33.2/137-inet_fix_threaded_res_init.patch | 12 |
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 |