bneradt opened a new pull request, #12895:
URL: https://github.com/apache/trafficserver/pull/12895

   test_jsonrpcserver can fail on containerized macOS-host mounts where
   chmod() on an AF_UNIX socket inode returns EINVAL or ENOTSUP.
   When this happens, RPC server init aborts and the client test
   fails with connection refused.
   
   Treat unsupported chmod-on-socket errors as non-fatal and keep
   running with umask-derived permissions, while preserving fatal
   behavior for other chmod failures. Also zero-initialize
   sockaddr_un before use to avoid carrying stale bytes into bind().


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to