[all-commits] [llvm/llvm-project] 23cd70: [PDB] Fix out-of-bounds acces when sorting GSI buc...
Alexandre Ganea via All-commits
all-commits at lists.llvm.org
Fri Jul 10 07:58:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 23cd70d71c10dc0b31ac37a733349f9de2e9b84c
https://github.com/llvm/llvm-project/commit/23cd70d71c10dc0b31ac37a733349f9de2e9b84c
Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
Date: 2020-07-10 (Fri, 10 Jul 2020)
Changed paths:
M llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
Log Message:
-----------
[PDB] Fix out-of-bounds acces when sorting GSI buckets
When building in Debug on Windows-MSVC after b7402edce315, a lot of tests were failing because we were dereferencing an element past the end of HashRecords. This happened towards the end of the table, in unused slots.
More information about the All-commits
mailing list