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
FWIW, one can do this now with a custom Write impl wrapper to demangle into that enforces a max number of bytes to forward to its underlying writer and errors if anything attempts to write more than that.
Since the demangled symbol's length can be exponential in the worst case, we should allow users to clamp it down.
For example, this mangled symbol
Demangles into this:
The text was updated successfully, but these errors were encountered: