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
965c3202b4
hardened_malloc
/
test
/
simple-memory-corruption
/
uninitialized_free.c
8 lines
104 B
C
Raw
Blame
History
#
include
<stdlib.h>
__attribute__
(
(
optimize
(
0
)
)
)
int
main
(
void
)
{
free
(
(
void
*
)
1
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink