Skip to content
Snippets Groups Projects
Commit 95b99cc8 authored by Matt Johnston's avatar Matt Johnston
Browse files

cast m_burn argument away from volatile

parent 6a713ad8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,7 +21,7 @@
*/
void zeromem(volatile void *out, size_t outlen)
{
m_burn(out, outlen);
m_burn((void*)out, outlen);
}
 
/* ref: $Format:%D$ */
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment