Skip to content

Commit

Permalink
[analyzer] Fix a security.cert.env.InvalidPtr crash
Browse files Browse the repository at this point in the history
Fixes llvm#88181

(cherry picked from commit e096c14)
  • Loading branch information
steakhal authored and Shivam Gupta committed Aug 23, 2024
1 parent 48f0f85 commit be8ccf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1446,6 +1446,10 @@ Crash and bug fixes
``std::forward_like``, ``std::move``, ``std::move_if_noexcept``, are now
modeled just like their builtin counterpart. (#GH94193)

- 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>`_)

Improvements
^^^^^^^^^^^^

Expand Down

0 comments on commit be8ccf9

Please sign in to comment.