[llvm-branch-commits] [clang] Backport fix for crash reported in #88181 (PR #89022)

Balazs Benics via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu May 2 09:11:31 PDT 2024


steakhal wrote:

> Hi @steakhal (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

I think what I added to the `clang/docs/ReleaseNotes.rst` in this PR should also work for you. Quote:
```
Fixed a crash in ``security.cert.env.InvalidPtr`` checker when accidentally
  matched user-defined ``strerror`` and similar library functions.
  (`#88181 <https://github.com/llvm/llvm-project/issues/88181>`_)
```

https://github.com/llvm/llvm-project/pull/89022


More information about the llvm-branch-commits mailing list