[PATCH] D80299: [DebugInfo] - Fix multiple issues in DWARFDebugFrame::parse().
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 22 01:49:55 PDT 2020
grimar added a comment.
In D80299#2050391 <https://reviews.llvm.org/D80299#2050391>, @MaskRay wrote:
> > Fix multiple issues in DWARFDebugFrame::parse().
>
> Better to call out the exact problems: truncated contents issues.
It is not only about truncation. CIE terminator entries were not handled and we tried to
read past the end of section buffer. Though no visible issue/crash happened because the error
was never reported.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80299/new/
https://reviews.llvm.org/D80299
More information about the llvm-commits
mailing list