svn commit: r313401 - head/sys/netinet

Ed Maste emaste at freebsd.org
Fri Feb 10 21:05:06 UTC 2017


On 10 February 2017 at 15:10, Gleb Smirnoff <glebius at freebsd.org> wrote:
>
> Thanks. I think inet_ntoa() and anything that uses static buffer
> should just be removed from libkern.

Agreed. A quick grep found inet_ntoa used in:

netpfil/pf/pf_osfp.c
netpfil/ipfw/ip_fw_log.c
kern/kern_jail.c
fs/nfsserver/nfs_nfsdkrpc.c
netinet/ip_icmp.c
netinet/tcp_hostcache.c
netinet/ip_options.c
netinet/in_mcast.c
netinet/igmp.c
netinet/libalias/alias_nbt.c
netinet/libalias/alias_proxy.c
netinet/libalias/alias_sctp.c
netinet/ip_mroute.c
netinet/in.c
netinet/if_ether.c
dev/cxgb/ulp/iw_cxgb/iw_cxgb_cm.c


More information about the svn-src-head mailing list