OpenVPN
Functions
allocate_module.c File Reference
#include <sys/types.h>
#include <stdlib.h>
Include dependency graph for allocate_module.c:

Go to the source code of this file.

Functions

void leak_memory (void)
 
void buffer_overflow (void)
 
void buffer_underflow (void)
 

Function Documentation

◆ buffer_overflow()

void buffer_overflow ( void  )

Definition at line 45 of file allocate_module.c.

References free, and malloc.

Referenced by buffer_overflow_test().

◆ buffer_underflow()

void buffer_underflow ( void  )

Definition at line 51 of file allocate_module.c.

References free, and malloc.

Referenced by buffer_underflow_test().

◆ leak_memory()

void leak_memory ( void  )

Definition at line 40 of file allocate_module.c.

References malloc.

Referenced by leak_memory_test().