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
In any case of a function that expects a sensitive buffer (password or key), we should probably accept a pointer to a mutable buffer and zero it before the function returns...?
Or alternately, just clear it at the top level after the call returns.
Blog login interface
API session creation (currently disabled)
Session lookup
The text was updated successfully, but these errors were encountered:
In any case of a function that expects a sensitive buffer (password or key), we should probably accept a pointer to a mutable buffer and zero it before the function returns...?
Or alternately, just clear it at the top level after the call returns.
The text was updated successfully, but these errors were encountered: