dyninst icon indicating copy to clipboard operation
dyninst copied to clipboard

Check for valid subrange bounds in DwarfWalker::parseSubrange()

Open hainest opened this issue 1 year ago • 0 comments

Fixes #1787

The underyling problem in #1787 is that the upper bound of the subrange is computed from a formal function parameter. It's not clear if that idiom is specific to Fortran, but it's something that should be added to subrange parsing.

hainest avatar Oct 19 '24 20:10 hainest