freebsd-dev/sys/netinet/libalias
Eric van Gyzen 8144690af4 Use inet_ntoa_r() instead of inet_ntoa() throughout the kernel
inet_ntoa() cannot be used safely in a multithreaded environment
because it uses a static local buffer. Instead, use inet_ntoa_r()
with a buffer on the caller's stack.

Suggested by:	glebius, emaste
Reviewed by:	gnn
MFC after:	2 weeks
Sponsored by:	Dell EMC
Differential Revision:	https://reviews.freebsd.org/D9625
2017-02-16 20:47:41 +00:00
..
alias_cuseeme.c
alias_db.c
alias_dummy.c
alias_ftp.c
alias_irc.c
alias_local.h
alias_mod.c
alias_mod.h
alias_nbt.c
alias_pptp.c
alias_proxy.c
alias_sctp.c
alias_sctp.h
alias_skinny.c
alias_smedia.c
alias_util.c
alias.c
alias.h
HISTORY
libalias.3