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
It appears we currently don't ever try to use memset_explicit(). We probably should feature test for it and do, since a standard function is likely to be safer / more reliable than a non-standard function.
The text was updated successfully, but these errors were encountered:
Description
It appears we currently don't ever try to use
memset_explicit()
. We probably should feature test for it and do, since a standard function is likely to be safer / more reliable than a non-standard function.The text was updated successfully, but these errors were encountered: