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
72dba6765f
hardened_malloc
/
test
/
uninitialized_free.c
9 lines
107 B
C
Raw
Normal View
History
Unescape
Escape
add uninitialized allocator tests
2018-08-24 14:32:00 +05:30
#
include
<stdlib.h>
Move memory corruption tests up a directory
2022-01-22 01:17:21 +05:30
#
include
"test_util.h"
tests: make no-optimize attribute Clang compatible
2020-06-18 02:09:50 +05:30
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