You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/08/03 05:08:29 UTC

[GitHub] [trafficserver] masaori335 commented on issue #8198: clang-analyzer: use-after-free on ~MutexTryLock

masaori335 commented on issue #8198:
URL: https://github.com/apache/trafficserver/issues/8198#issuecomment-891530689


   hmm, I might be missing something, but my local clang-12 doesn't report this issue
   ```
   ยป /usr/local/opt/llvm/bin/scan-build --keep-cc -enable-checker alpha.unix.cstring.BufferOverlap -enable-checker alpha.core.BoolAssignment -enable-checker alpha.core.CastSize -enable-checker alpha.core.SizeofPtr --status-bugs --keep-empty make -j16
   scan-build: Using '/usr/local/Cellar/llvm/12.0.0_1/bin/clang-12' for static analysis
   make[1]: Entering directory '/opt/src/github.com/apache/trafficserver-asf-master/iocore/net'
   ...
   scan-build: Analysis run complete.
   scan-build: No bugs found.
   ```


-- 
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: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org