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: Nov 22 2024 at 16:03 UTC