[all-commits] [llvm/llvm-project] 42a797: [ELF] Fix .strtab corruption when a symbol name is...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Feb 18 15:01:01 PST 2022
Branch: refs/heads/release/14.x
Home: https://github.com/llvm/llvm-project
Commit: 42a797ef011bd920bb7b781a752b925362b9754c
https://github.com/llvm/llvm-project/commit/42a797ef011bd920bb7b781a752b925362b9754c
Author: Fangrui Song <i at maskray.me>
Date: 2022-02-18 (Fri, 18 Feb 2022)
Changed paths:
M lld/ELF/SyntheticSections.cpp
Log Message:
-----------
[ELF] Fix .strtab corruption when a symbol name is empty
This is a simplified c12d49c4e286fa108d4d69f1c6d2b8d691993ffd in main
which just fixes the bug but does not affect the -O2 deduplication.
More information about the All-commits
mailing list