OpenVPN
|
#include <sys/types.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
void | leak_memory (void) |
void | buffer_overflow (void) |
void | buffer_underflow (void) |
void buffer_overflow | ( | void | ) |
Definition at line 45 of file allocate_module.c.
Referenced by buffer_overflow_test().
void buffer_underflow | ( | void | ) |
Definition at line 51 of file allocate_module.c.
Referenced by buffer_underflow_test().
void leak_memory | ( | void | ) |
Definition at line 40 of file allocate_module.c.
References malloc.
Referenced by leak_memory_test().