Pass a buffer to smb_faddrtoa(), not thread-safe otherwise
smb_faddrtoa() uses a static local buffer if passed NULL and we shouldn't be doing that from multi-threaded callers.
Loading
Please register or sign in to comment
smb_faddrtoa() uses a static local buffer if passed NULL and we shouldn't be doing that from multi-threaded callers.