[all-commits] [llvm/llvm-project] 64037a: [CodeView] Avoid integer overflow while parsing lo...
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Thu Feb 10 13:52:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64037afe014e241e1c642952a703b6031d17d5a5
https://github.com/llvm/llvm-project/commit/64037afe014e241e1c642952a703b6031d17d5a5
Author: Reid Kleckner <rnk at google.com>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
A llvm/test/DebugInfo/COFF/compiler-version-overflow.ll
Log Message:
-----------
[CodeView] Avoid integer overflow while parsing long version strings
This came up on a funny vendor-provided version string that didn't have
a standard dotted quad of numbers.
More information about the All-commits
mailing list