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
This PR fixes cases where a local constant is being used to initialise a
`span` but then the span is being used by the time the local has already
been discarded. This is undefined behaviour although in both cases it
seems to be incidently working.
Resolvebrave/brave-browser#42185
This PR fixes cases where a local constant is being used to initialise a
`span` but then the span is being used by the time the local has already
been discarded. This is undefined behaviour although in both cases it
seems to be incidently working.
Resolvebrave/brave-browser#42185
Description
There seems to be a few cases in the codebase at the moment where we are having dangling access to values that have been disposed of.
The text was updated successfully, but these errors were encountered: