bnjbvr opened PR #2866 from debug-overflow
to main
:
I don't really know what I'm doing here, but bear with me... This landing pad bytes scanning assumes at least 2 bytes in the given buffer, but in a local test case I was trying against, the buffer was empty, so 0 bytes, so the subtract would underflow. Just adding this guard seems to make it work-ish -- I don't get full variable inspection power, but I expect that this is unrelated to my change.
alexcrichton merged PR #2866.
Last updated: Dec 23 2024 at 13:07 UTC