blob: a9c26dc36b2178c741fc7c6af70c3c6872fae24d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/** @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>
VOID *__security_cookie = (VOID *)(UINTN)0x0;
|