[sanitizer] Allow getsockname with NULL addrlen
This is already permitted in getpeername, and returns EFAULT on Linux (does not crash the program). Fixes https://github.com/google/sanitizers/issues/1451. Differential Revision: https://reviews.llvm.org/D113055
Loading
Please sign in to comment