edk2/MdePkg/Library/StackCheckLibNull/StackCheckLibNullMsvc.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
285 B
C
Raw Normal View History

/** @file
Defines the stack cookie variable for GCC, Clang and MSVC compilers.
Copyright (c) Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <Uefi.h>
#include <Library/StackCheckLib.h>
VOID *__security_cookie = (VOID *)(UINTN)0x0;