[all-commits] [llvm/llvm-project] f8df81: [DWP][DWARF] Detect and error on debug info offset...

Alexander Yermolovich via All-commits all-commits at lists.llvm.org
Tue Jul 26 08:20:07 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f8df8114715bb18272e36d15b664b930dc79112f
      https://github.com/llvm/llvm-project/commit/f8df8114715bb18272e36d15b664b930dc79112f
  Author: Alexander Yermolovich <ayermolo at fb.com>
  Date:   2022-07-26 (Tue, 26 Jul 2022)

  Changed paths:
    M llvm/lib/DWP/DWP.cpp

  Log Message:
  -----------
  [DWP][DWARF] Detect and error on debug info offset overflow

Right now we silently overflow uint32_t for debug_indfo sections. Added a check
and error out.

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




More information about the All-commits mailing list