This website requires JavaScript.
Explore
Help
Sign In
jmb
/
hardened_malloc
mirror of
https://github.com/GrapheneOS/hardened_malloc.git
Watch
1
Star
0
Fork
You've already forked hardened_malloc
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f16ef601d4
hardened_malloc
/
test
/
uninitialized_free.c
9 lines
107 B
C
Raw
Blame
History
#
include
<stdlib.h>
#
include
"test_util.h"
OPTNONE
int
main
(
void
)
{
free
(
(
void
*
)
1
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink