[PATCH] D109157: [ARM] Mitigate the cve-2021-35465 security vulnurability.
Alexandros Lamprineas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 7 08:18:21 PDT 2021
labrinea updated this revision to Diff 371083.
labrinea added a comment.
Changes in this revision:
- renamed fix_cve_2021_35465 to Fix_CVE_2021_35465
- added more Driver tests to cover the use of -mfix-cmse-cve-2021-35465 with -mno-fix-cmse-cve-2021-35465
- fixed code indentation
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109157/new/
https://reviews.llvm.org/D109157
Files:
clang/docs/ClangCommandLineReference.rst
clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Clang.cpp
clang/test/Driver/arm-cmse-cve-2021-35465.c
llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
llvm/test/CodeGen/ARM/cmse-cve-2021-35465-return.ll
llvm/test/CodeGen/ARM/cmse-cve-2021-35465.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109157.371083.patch
Type: text/x-patch
Size: 19219 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210907/556b3b8e/attachment-0001.bin>
More information about the llvm-commits
mailing list