bionic/libc/upstream-netbsd
Elliott Hughes 5c8c88dd8d Use the NetBSD inet_ntop until the OpenBSD bug is fixed.
Stupidly I found this bug by accident when writing the existing
tests, but I didn't think any real code would hit it. It turns
out that libcore always uses an INET6_ADDRSTRLEN-sized buffer
even when working with AF_INET addresses.

Change-Id: Ieffc8e4bbe9b66b49b033e3e7101c896e097e6f8
2014-05-13 19:17:46 -07:00
..
android/include Clean up and document our hacks for building BSD source. 2014-04-21 17:13:46 -07:00
common/lib/libc/hash/sha1 Flesh out <arpa/inet.h>. 2014-05-13 18:08:29 -07:00
lib/libc Use the NetBSD inet_ntop until the OpenBSD bug is fixed. 2014-05-13 19:17:46 -07:00
README.txt Clean up and document our hacks for building BSD source. 2014-04-21 17:13:46 -07:00

This directory contains upstream NetBSD source. You should not edit these
files directly. Make fixes upstream and then pull down the new version of
the file.

TODO: write a script to make this process automated.