nuttx/libs/libc/netdb
Xiang Xiao 922cf0612b libc/netdb: Move hostbuffer out of the stack
The length of hostbuffer come from Kconfig, it isn't safe to
allocate this variable on the stack.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I75213688153a1cba738544de2a51fa3247626dd3
2020-12-22 10:40:22 -03:00
..
Kconfig Bump the default of CONFIG_NETDB_DNSCLIENT_MAXRESPONSE 2020-05-15 14:23:48 +08:00
lib_dns.h libc/netdb: support multiple DNS nameservers when not using resolv.conf 2020-04-27 19:52:24 +08:00
lib_dnsaddserver.c libc/netdb: support multiple DNS nameservers when not using resolv.conf 2020-04-27 19:52:24 +08:00
lib_dnsbind.c
lib_dnscache.c
lib_dnsdefaultserver.c libc/netdb: support multiple DNS nameservers when not using resolv.conf 2020-04-27 19:52:24 +08:00
lib_dnsforeach.c libc/netdb: support multiple DNS nameservers when not using resolv.conf 2020-04-27 19:52:24 +08:00
lib_dnsinit.c libc/netdb: support multiple DNS nameservers when not using resolv.conf 2020-04-27 19:52:24 +08:00
lib_dnsnotify.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
lib_dnsquery.c libs/libc/netdb/lib_dnsquery.c: Fix a syslog format 2020-11-23 05:00:10 -08:00
lib_freeaddrinfo.c
lib_gaistrerror.c
lib_getaddrinfo.c libc/netdb: Move hostbuffer out of the stack 2020-12-22 10:40:22 -03:00
lib_gethostbyaddr.c
lib_gethostbyaddrr.c
lib_gethostbyname2.c
lib_gethostbyname2r.c
lib_gethostbyname.c
lib_gethostbynamer.c
lib_gethostentbynamer.c netdb: Truncate the list of ips instead of bailing out with ERANGE 2020-05-15 14:23:48 +08:00
lib_getnameinfo.c
lib_getservbyname.c
lib_getservbynamer.c
lib_getservbyport.c
lib_getservbyportr.c
lib_netdb.c
lib_netdb.h
lib_parsehostfile.c
Make.defs libc/netdb: support multiple DNS nameservers when not using resolv.conf 2020-04-27 19:52:24 +08:00