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
Currently a deferred recovery is used to prevent bad crashdumps from crashing the server. However, this also allows undesired recovery from things that are actually bugs, such as a slice index out of bounds.
This should be solved by encapsulating crashdump decoding inside a dedicated function which can have a deferred recovery of its own.
The text was updated successfully, but these errors were encountered:
Currently a deferred recovery is used to prevent bad crashdumps from crashing the server. However, this also allows undesired recovery from things that are actually bugs, such as a slice index out of bounds.
This should be solved by encapsulating crashdump decoding inside a dedicated function which can have a deferred recovery of its own.
The text was updated successfully, but these errors were encountered: