go-delve / delve

Delve is a debugger for the Go programming language.
MIT License
22.37k stars 2.13k forks source link

fix: mem cache out of range panic caused by overflow #3761

Closed jayantxie closed 3 days ago

jayantxie commented 1 week ago

fix https://github.com/go-delve/delve/issues/3760

aarzilli commented 1 week ago

See failing test (TestIssue554 in proc_general_test.go).

jayantxie commented 6 days ago

See failing test (TestIssue554 in proc_general_test.go).

Fixed.