This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
hardened_malloc
Watch
1
Star
0
Fork
0
You've already forked hardened_malloc
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7804e263e9
hardened_malloc
/
test
/
simple-memory-corruption
/
uninitialized_free.c
9 lines
110 B
C
Raw
Normal View
History
Unescape
Escape
add uninitialized allocator tests
2018-08-24 14:32:00 +05:30
#
include
<stdlib.h>
tests: make no-optimize attribute Clang compatible
2020-06-18 02:09:50 +05:30
#
include
"../test_util.h"
OPTNONE
int
main
(
void
)
{
add uninitialized allocator tests
2018-08-24 14:32:00 +05:30
free
(
(
void
*
)
1
)
;
return
0
;
}
Reference in New Issue
Copy Permalink