[all-commits] [llvm/llvm-project] 677034: [DWARFYAML][debug_info] Fix array index out of bou...

Xing GUO via All-commits all-commits at lists.llvm.org
Sat Jun 20 00:04:33 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 677034959285b9250c7b562d2602594719581463
      https://github.com/llvm/llvm-project/commit/677034959285b9250c7b562d2602594719581463
  Author: Xing GUO <higuoxing at gmail.com>
  Date:   2020-06-20 (Sat, 20 Jun 2020)

  Changed paths:
    M llvm/lib/ObjectYAML/DWARFVisitor.cpp
    M llvm/test/tools/yaml2obj/ELF/DWARF/debug-info.yaml

  Log Message:
  -----------
  [DWARFYAML][debug_info] Fix array index out of bounds error

This patch is trying to fix the array index out of bounds error. I observed it in (https://reviews.llvm.org/harbormaster/unit/view/99638/).

Reviewed By: jhenderson, MaskRay

Differential Revision: https://reviews.llvm.org/D82139




More information about the All-commits mailing list