You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The read_varint function would panic when trying to read past the end of
the line table. This fix adds bounds checking and returns Option<usize>
to handle this case gracefully.
Fixesbenfred#735
When trying to profile my Python program with py-spy 0.4.0, the tool crashes with the following stack trace:
The python version is:
The command I run:
Please let me know if there is any additional information that I can provide to help with identifying the issue.
The text was updated successfully, but these errors were encountered: