summaryrefslogtreecommitdiffstats
path: root/lib/csu/mips
diff options
context:
space:
mode:
authorvangyzen <vangyzen@FreeBSD.org>2017-02-10 05:14:19 +0000
committervangyzen <vangyzen@FreeBSD.org>2017-02-10 05:14:19 +0000
commit5c4570910d8ef05fb25921789683e56a2a6382ad (patch)
treee163b5a07ddb1ecd18851bccc89d00f781dead26 /lib/csu/mips
parenta01a5f29ed23a32ae0fee7fd12627781bb90778b (diff)
downloadFreeBSD-src-5c4570910d8ef05fb25921789683e56a2a6382ad.zip
FreeBSD-src-5c4570910d8ef05fb25921789683e56a2a6382ad.tar.gz
MFC r313401
Fix garbage IP addresses in UDP log_in_vain messages If multiple threads emit a UDP log_in_vain message concurrently, or indeed call inet_ntoa() for any other reason, the IP addresses could be garbage due to concurrent usage of a single string buffer inside inet_ntoa(). Use inet_ntoa_r() with two stack buffers instead. Relnotes: yes Sponsored by: Dell EMC
Diffstat (limited to 'lib/csu/mips')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud