[all-commits] [llvm/llvm-project] 5f6c55: Revert "[LLDB] Fix buffer overflow problem in DWAR...

cmtice via All-commits all-commits at lists.llvm.org
Mon Jul 10 16:38:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5f6c55836fb4666f3160400dc273deefdac82e06
      https://github.com/llvm/llvm-project/commit/5f6c55836fb4666f3160400dc273deefdac82e06
  Author: Caroline Tice <cmtice at google.com>
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
    M lldb/source/Expression/DWARFExpression.cpp

  Log Message:
  -----------
  Revert "[LLDB] Fix buffer overflow problem in DWARFExpression::Evaluate."

This reverts commit ee476996bec7f170928505a4c5b7715183cfbada.

That commit was not the right way to fix the issue (it could result in
reading too many bytes).  A better fix is in the works.

Original review: https://reviews.llvm.org/D153840




More information about the All-commits mailing list