maskit opened a new issue, #10349:
URL: https://github.com/apache/trafficserver/issues/10349
healthchecks.cc
```
CID 1518588 (#1 of 1): Out-of-bounds read (OVERRUN)
73. overrun-local: Overrunning array of 16368 bytes at byte offset 16383 by
dereferencing pointer event->name.
218 while (finfo && !((event->wd == finfo->wd) ||
219 ((event->wd == finfo->dir->wd) &&
!strncmp(event->name, finfo->basename, event->len)))) {
220 finfo = finfo->_next;
```
--
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]