FFmpeg
Functions | Variables
stackguard.c File Reference
#include "checkasm_config.h"
#include <assert.h>
#include <stdint.h>
#include "checkasm/test.h"
#include "internal.h"

Go to the source code of this file.

Functions

void checkasm_push_stack_guard (uintptr_t guard[2])
 Push stack guard values for corruption detection. More...
 
void checkasm_pop_stack_guard (void)
 

Variables

static THREAD_LOCAL uintptr_t * current = NULL
 

Variable Documentation

◆ current

THREAD_LOCAL uintptr_t* current = NULL
static

Definition at line 33 of file stackguard.c.

Referenced by checkasm_pop_stack_guard(), and checkasm_push_stack_guard().