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 Implement "global" mode for ipfw nat. It is similar to natd(8) 2011-06-14 13:35:24 +00:00
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 Export AddLink() function from libalias. It can be used when custom 2011-06-22 20:00:27 +00:00
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 Remove unused inclusion of curses.h 2012-05-19 05:14:24 +00:00
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 Simpler version of the previous commit. 2007-12-06 09:31:13 +00:00
HISTORY
libalias.3 sys/net*: minor spelling fixes. 2016-05-03 18:05:43 +00:00