[all-commits] [llvm/llvm-project] a21e0b: [clang-tidy] Fix buffer overflow in compareHeaders...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sun Mar 31 21:24:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a21e0ba192147af4968742785f375dba0e3ea768
https://github.com/llvm/llvm-project/commit/a21e0ba192147af4968742785f375dba0e3ea768
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2024-03-31 (Sun, 31 Mar 2024)
Changed paths:
M clang-tools-extra/clang-tidy/utils/IncludeSorter.cpp
Log Message:
-----------
[clang-tidy] Fix buffer overflow in compareHeaders (#87213)
`RHS` can be shorter than `LHS`.
Reported by asan after #83440.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list