mirror of
https://github.com/apache/nuttx.git
synced 2026-08-06 13:08:59 +00:00
Fix some bugs in networking
* netdb: Fix boundary conditions in dns_recv_response()
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
* Fix typos in include/nuttx/net/dns.h
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| lib_dns.h | ||
| lib_dnsaddserver.c | ||
| lib_dnsbind.c | ||
| lib_dnscache.c | ||
| lib_dnsforeach.c | ||
| lib_dnsinit.c | ||
| lib_dnsquery.c | ||
| lib_gethostbyaddr.c | ||
| lib_gethostbyaddrr.c | ||
| lib_gethostbyname.c | ||
| lib_gethostbynamer.c | ||
| lib_netdb.c | ||
| lib_netdb.h | ||
| lib_parsehostfile.c | ||
| Make.defs | ||