K 10 svn:author V 8 vangyzen K 8 svn:date V 27 2017-02-07T18:57:57.381083Z K 7 svn:log V 388 Fix garbage IP addresses in UDP log_in_vain messages If multiple threads emit a UDP log_in_vain message concurrently, 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. Reported by: Mark Martinec MFC after: 3 days Relnotes: yes Sponsored by: Dell EMC END