mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2025-02-04 02:47:10 +00:00
8b96032139
setup_sockaddr_in was zeroing the sizeof a pointer, not the sizeof the struct, which was obviously what was intended. Thanks Rob, -Erik