maskit opened a new issue, #10433:
URL: https://github.com/apache/trafficserver/issues/10433
IPCSocketServer.cc
```
221 if (auto fd = this->accept(ec); !ec) {
24. identity_transfer: Passing fd as argument 1 to constructor for
class Client, which sets client._fd to that argument. [[show
details](https://scan6.scan.coverity.com/eventId=34751429-40&modelId=34751429-1&fileInstanceId=164785606&filePath=%2Fmgmt%2Frpc%2Fserver%2FIPCSocketServer.cc&fileStart=352&fileEnd=352)]
222 Client client{fd};
223
4. Condition ok, taking true branch.
13. Condition ok, taking true branch.
CID 1508851 (#2 of 2): Improper use of negative value (NEGATIVE_RETURNS)
25. negative_returns: client._fd is passed to a parameter that cannot be
negative. [[show
details](https://scan6.scan.coverity.com/eventId=34751429-42&modelId=34751429-2&fileInstanceId=164785606&filePath=%2Fmgmt%2Frpc%2Fserver%2FIPCSocketServer.cc&fileStart=398&fileEnd=431)]
224 if (auto [ok, errStr] = client.read_all(bw); ok) {
```
--
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]