TianoCore EDK2 master
Loading...
Searching...
No Matches
StackCheckLibNullGcc.c File Reference
#include <Uefi.h>

Go to the source code of this file.

Functions

VOID EFIAPI __stack_chk_fail (VOID)
 

Variables

VOID * __stack_chk_guard = (VOID *)(UINTN)0x0
 

Detailed Description

Defines the stack cookie variable for GCC and Clang compilers.

Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file StackCheckLibNullGcc.c.

Function Documentation

◆ __stack_chk_fail()

VOID EFIAPI __stack_chk_fail ( VOID  )

This function gets called when a gcc/clang generated stack cookie fails. This implementation does nothing when a stack cookie failure occurs.

Definition at line 19 of file StackCheckLibNullGcc.c.

Variable Documentation

◆ __stack_chk_guard

VOID* __stack_chk_guard = (VOID *)(UINTN)0x0

Definition at line 10 of file StackCheckLibNullGcc.c.