summaryrefslogtreecommitdiff
path: root/MdePkg/Library/StackCheckLibNull/StackCheckLibNullMsvc.c
blob: ebc2ba21d310a5f3d17fe5af61072547e7cda8f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
/** @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;