nuttx/libs/libc/netdb
ligd 45f9a11b29 netdb: fix access within misaligned address error
netdb/lib_dnsquery.c:444:14: runtime error: member access within misaligned address 0xef2f5a1b for type 'struct dns_question_s', which requires 2 byte alignment
0xef2f5a1b: note: pointer points here
 63  6f 6d 00 00 01 00 01 c0  0c 00 05 00 01 00 00 00  1c 00 1a 05 6d 75 73 69  63 06 6e 74 65 73 35
              ^
netdb/lib_dnsquery.c:445:14: runtime error: member access within misaligned address 0xef2f5a1b for type 'struct dns_question_s', which requires 2 byte alignment
0xef2f5a1b: note: pointer points here
 63  6f 6d 00 00 01 00 01 c0  0c 00 05 00 01 00 00 00  1c 00 1a 05 6d 75 73 69  63 06 6e 74 65 73 35
              ^

Change-Id: Id20d1f2eed5aa5e78a42233de0f5f2b51876dd44
Signed-off-by: ligd <liguiding1@xiaomi.com>
2021-07-20 15:32:58 +08:00
..
Kconfig Kconfig: Make NETDB_DNSCLIENT select NET_SOCKOPTS 2021-06-03 10:05:33 -05:00
lib_dns.h libs/libc/netdb: add dns clear interface 2021-06-11 04:54:30 -05:00
lib_dnsaddserver.c libs/libc/netdb: add dns clear interface 2021-06-11 04:54:30 -05:00
lib_dnsbind.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_dnscache.c libs/libc/netdb: add dns clear interface 2021-06-11 04:54:30 -05:00
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 libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_dnsinit.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -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 netdb: fix access within misaligned address error 2021-07-20 15:32:58 +08:00
lib_freeaddrinfo.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
lib_gaistrerror.c libs: libc: update licenses to Apache 2021-05-27 08:07:25 +09:00
lib_getaddrinfo.c libs: libc: update licenses to Apache 2021-05-27 08:07:25 +09:00
lib_gethostbyaddr.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_gethostbyaddrr.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
lib_gethostbyname.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_gethostbyname2.c libc/netdb: Add hostent_s to avoid the change of hostent 2020-04-01 16:09:28 -06:00
lib_gethostbyname2r.c libc/netdb: Add hostent_s to avoid the change of hostent 2020-04-01 16:09:28 -06:00
lib_gethostbynamer.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_gethostentbynamer.c Don't include debug.h from public header file 2021-06-01 06:42:02 +09:00
lib_getnameinfo.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
lib_getservbyname.c libs: libc: update licenses to Apache 2021-05-27 08:07:25 +09:00
lib_getservbynamer.c libs: libc: update licenses to Apache 2021-05-27 08:07:25 +09:00
lib_getservbyport.c libs: libc: update licenses to Apache 2021-05-27 08:07:25 +09:00
lib_getservbyportr.c libs: libc: update licenses to Apache 2021-05-27 08:07:25 +09:00
lib_netdb.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_netdb.h sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
lib_parsehostfile.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
Make.defs libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00