Jump to content

Protecting Memory Secrets: Difference between revisions

m
→‎{{header|Julia}}: handle length temp variable
(→‎{{header|Wren}}: Added a line to force an immediate GC.)
m (→‎{{header|Julia}}: handle length temp variable)
Line 116:
print("\nDestroying secret... ")
setzeros(secret)
slen = 0 # zero out the length, which is on the stack for this function
println("Secret is now: $secret.")
end
4,105

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.