unconstify

This commit is contained in:
Frank Denis
2015-11-01 07:25:37 +01:00
parent b935486460
commit 7dfed3913e
+1 -1
View File
@@ -393,7 +393,7 @@ _free_aligned(unsigned char * const ptr, const size_t size)
}
static unsigned char *
_unprotected_ptr_from_user_ptr(const void *ptr)
_unprotected_ptr_from_user_ptr(void * const ptr)
{
uintptr_t unprotected_ptr_u;
unsigned char *canary_ptr;