This website requires JavaScript.
Explore
Help
Sign In
Git-Mirrors
/
hardened_malloc
Watch
1
Star
0
Fork
0
You've already forked hardened_malloc
mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced
2024-10-01 01:36:01 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
14f4e927ca
hardened_malloc
/
test
/
uninitialized_free.c
9 lines
107 B
C
Raw
Normal View
History
Unescape
Escape
add uninitialized allocator tests
2018-08-24 05:02:00 -04:00
#
include
<stdlib.h>
Move memory corruption tests up a directory
2022-01-21 14:47:21 -05:00
#
include
"test_util.h"
tests: make no-optimize attribute Clang compatible
2020-06-17 16:39:50 -04:00
OPTNONE
int
main
(
void
)
{
add uninitialized allocator tests
2018-08-24 05:02:00 -04:00
free
(
(
void
*
)
1
)
;
return
0
;
}
Reference in New Issue
Copy Permalink