opnsense-src/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.c It'll be okay to use LibAliasDetachHandlers() here, relying 2013-12-25 09:43:51 +00:00
alias.h
alias_cuseeme.c Kill space at eols. 2013-12-25 02:06:57 +00:00
alias_db.c netinet: for pointers replace 0 with NULL. 2016-04-15 15:46:41 +00:00
alias_dummy.c Kill space at eols. 2013-12-25 02:06:57 +00:00
alias_ftp.c
alias_irc.c sys/net*: minor spelling fixes. 2016-05-03 18:05:43 +00:00
alias_local.h Use inet_ntoa_r() instead of inet_ntoa() throughout the kernel 2017-02-16 20:47:41 +00:00
alias_mod.c Cleanup alias module handler register/unregister. 2013-12-25 03:24:20 +00:00
alias_mod.h Cleanup alias module handler register/unregister. 2013-12-25 03:24:20 +00:00
alias_nbt.c Use inet_ntoa_r() instead of inet_ntoa() throughout the kernel 2017-02-16 20:47:41 +00:00
alias_pptp.c Kill space at eols. 2013-12-25 02:06:57 +00:00
alias_proxy.c Use inet_ntoa_r() instead of inet_ntoa() throughout the kernel 2017-02-16 20:47:41 +00:00
alias_sctp.c Use inet_ntoa_r() instead of inet_ntoa() throughout the kernel 2017-02-16 20:47:41 +00:00
alias_sctp.h
alias_skinny.c Kill space at eols. 2013-12-25 02:06:57 +00:00
alias_smedia.c sys/net*: minor spelling fixes. 2016-05-03 18:05:43 +00:00
alias_util.c
HISTORY
libalias.3 sys/net*: minor spelling fixes. 2016-05-03 18:05:43 +00:00