[all-commits] [llvm/llvm-project] e4a21e: [MC] Fix likely uninitialized memory bug
Jez Ng via All-commits
all-commits at lists.llvm.org
Mon Jun 13 04:41:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4a21e1644f2015dd4f9c3a7c67378879aa912cc
https://github.com/llvm/llvm-project/commit/e4a21e1644f2015dd4f9c3a7c67378879aa912cc
Author: Jez Ng <jezng at fb.com>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M clang/tools/driver/cc1as_main.cpp
Log Message:
-----------
[MC] Fix likely uninitialized memory bug
See https://reviews.llvm.org/D122258#inline-1223493. I can't repro the
issue locally but this seems like the likely culprit.
Reviewed By: uabelho
Differential Revision: https://reviews.llvm.org/D127630
More information about the All-commits
mailing list