apache / trafficserver

Apache Traffic Serverâ„¢ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
https://trafficserver.apache.org/
Apache License 2.0
1.82k stars 804 forks source link

CID-1559185: Mute coverity. #11666

Closed brbzull0 closed 3 months ago

brbzull0 commented 3 months ago

The code was ok, in theory ret should not be bigger than len but I suspect it complains because of the ssize_t as in some other places we get away with just an int, in any case this should mute it.