maskit opened a new issue, #10439:
URL: https://github.com/apache/trafficserver/issues/10439
```
316 /* Create the new header using http header in icap response */
4. alloc_fn: Storage is returned from allocation function
TSHttpParserCreate. [[show
details](https://scan6.scan.coverity.com/eventId=34766880-6&modelId=34766880-0&fileInstanceId=164786589&filePath=%2Fsrc%2Fapi%2FInkAPI.cc&fileStart=3661&fileEnd=3667)]
5. var_assign: Assigning: parser = storage returned from
tsapi::c::TSHttpParserCreate().
317 parser = TSHttpParserCreate();
6. noescape: Resource parser is not freed or pointed-to in
TSHttpHdrParseResp. [[show
details](https://scan6.scan.coverity.com/eventId=34766880-18&modelId=34766880-3&fileInstanceId=164786589&filePath=%2Fsrc%2Fapi%2FInkAPI.cc&fileStart=3836&fileEnd=3854)]
318 TSHttpHdrParseResp(parser, bufp, hdr_loc, &raw_resp, raw_resp +
data->http_header.size());
319
320 TSHandleMLocRelease(bufp, TS_NULL_MLOC, hdr_loc);
CID 1508827 (#1 of 1): Resource leak (RESOURCE_LEAK)
7. leaked_storage: Variable parser going out of scope leaks the storage it
points to.
321}
```
--
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]