On Thu, Feb 16, 2017 at 12:50 PM, Eric van Gyzen <vangy...@freebsd.org> wrote: > Author: vangyzen > Date: Thu Feb 16 20:50:01 2017 > New Revision: 313822 > URL: https://svnweb.freebsd.org/changeset/base/313822 > > Log: > Remove inet_ntoa() from the kernel > > inet_ntoa() cannot be used safely in a multithreaded environment > because it uses a static local buffer. Remove it from the kernel.
Uhmmmm.... did you mean to remove it from netinet/in.h ? This gets used in userspace too... -Ngie _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"