[Issue 10661] Add secureZeroMemory function in Phobos

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Sep 9 12:03:32 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=10661

--- Comment #5 from Walter Bright <bugzilla at digitalmars.com> ---
volatileMemset() should call the C memset_s() function, if that function
exists.

Also, there should be a zeroRegisters() function that zeros out all the scratch
registers.

--


More information about the Digitalmars-d-bugs mailing list