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.
Remove inet_ntoa() from head (no MFC).
Differential D9625
Remove inet_ntoa(); use inet_ntoa_r() instead vangyzen on Feb 15 2017, 10:19 PM. Authored by Tags None Referenced Files
Details inet_ntoa() cannot be used safely in a multithreaded environment Remove inet_ntoa() from head (no MFC).
Diff Detail
Event Timeline
|