mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
setup_sockaddr_in was zeroing the sizeof a pointer, not the sizeof the struct, which was obviously what was intended. Thanks Rob, -Erik |
||
|---|---|---|
| .. | ||
| hostname.c | ||
| ifconfig.c | ||
| nc.c | ||
| nslookup.c | ||
| ping.c | ||
| route.c | ||
| telnet.c | ||
| tftp.c | ||
| wget.c | ||