[all-commits] [llvm/llvm-project] 7b7c85: [Bitcode] Check type of alloca size argument
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Dec 11 03:48:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b7c85d156f327312e37a60c21a4a2093919c5e1
https://github.com/llvm/llvm-project/commit/7b7c85d156f327312e37a60c21a4a2093919c5e1
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Log Message:
-----------
[Bitcode] Check type of alloca size argument
This must be an integer. This check is present in LLParser but not
the BitcodeReader.
More information about the All-commits
mailing list