HomeFreeBSD

Remove inet_ntoa() from the kernel

Description

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.

Suggested by: glebius, emaste
Reviewed by: gnn
MFC after: never
Sponsored by: Dell EMC
Differential Revision: https://reviews.freebsd.org/D9625

Details

Provenance
vangyzenAuthored on
Reviewer
gnn
Differential Revision
D9625: Remove inet_ntoa(); use inet_ntoa_r() instead
Parents
rS313821: Use inet_ntoa_r() instead of inet_ntoa() throughout the kernel
Branches
Unknown
Tags
Unknown