tests: test that path names longer than 108 bytes are rejected
These would either overflow the struct sockaddr_un, or be truncated and leave a non-null-terminated string.
Loading
Please register or sign in to comment
These would either overflow the struct sockaddr_un, or be truncated and leave a non-null-terminated string.