[all-commits] [llvm/llvm-project] 37e48e: Fix crash due to un-checked error in LVReaderHandl...
aurelien35 via All-commits
all-commits at lists.llvm.org
Tue Dec 17 03:20:10 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37e48e4a7360a6faf1b157e843160d9e65223890
https://github.com/llvm/llvm-project/commit/37e48e4a7360a6faf1b157e843160d9e65223890
Author: aurelien35 <aurelien35 at users.noreply.github.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M llvm/lib/DebugInfo/LogicalView/LVReaderHandler.cpp
M llvm/unittests/DebugInfo/LogicalView/CodeViewReaderTest.cpp
A llvm/unittests/DebugInfo/LogicalView/Inputs/README.md
A llvm/unittests/DebugInfo/LogicalView/Inputs/test-codeview-msvc.lib
Log Message:
-----------
Fix crash due to un-checked error in LVReaderHandler::handleArchive method (#118951)
[llvm-debuginfo-analyzer] Fix crash due to un-checked error in LVReaderHandler::handleArchive
method.
- Added README describing how to generated the binary files used for the test.
- A follow up patch to add extra ASSERT_NE
Committed on behalf of @aurelien35
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list