[all-commits] [llvm/llvm-project] 9b211a: [libunwind] Fix incorrect check for out-of-bounded...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Aug 11 12:38:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9b211a5076310f14081dd257b0cbac6857534bc3
https://github.com/llvm/llvm-project/commit/9b211a5076310f14081dd257b0cbac6857534bc3
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
M libunwind/src/UnwindCursor.hpp
Log Message:
-----------
[libunwind] Fix incorrect check for out-of-boundedness
If the personalityIndex (which is 0-based) is equal to the length of
the personality array, we should error out.
rdar://18013273
More information about the All-commits
mailing list