[all-commits] [llvm/llvm-project] e74067: [PATCH] [clang][modules] Fix serialization and de-...
Paul Schwabauer via All-commits
all-commits at lists.llvm.org
Tue Apr 1 13:13:04 PDT 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: e7406753caf313a41a6d3be154f3235ef1573644
https://github.com/llvm/llvm-project/commit/e7406753caf313a41a6d3be154f3235ef1573644
Author: Paul Schwabauer <pschwabauer at intevation.de>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M clang/lib/Serialization/ASTReader.cpp
A clang/test/Modules/MixedModulePrecompile.cpp
Log Message:
-----------
[PATCH] [clang][modules] Fix serialization and de-serialization of PCH module file refs (#105994) (#132802)
The File ID is incorrectly calculated, resulting in an out-of-bounds
access. The test code is more complex because the File fetching only
happens in specific scenarios.
---------
Co-authored-by: ShaderKeeper <no-reply at shaderkeeper.com>
Co-authored-by: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
(cherry picked from commit cca0f8113e2f9a1bd662c62dd3ff7e1fa197e6b5)
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