Changeset 108794 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLibTraditional.c
- Timestamp:
- Mar 31, 2025 11:31:09 AM (2 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168237
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-164365 /vendor/edk2/current 103735-103757,103769-103776,129194-168232
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLibTraditional.c
r99404 r108794 2 2 This is an instance of a VarCheck lib constructor for traditional SMM. 3 3 4 Copyright (c) 2024, Intel Corporation. All rights reserved.<BR> 4 5 Copyright (c) Microsoft Corporation. All rights reserved. 5 6 SPDX-License-Identifier: BSD-2-Clause-Patent … … 32 33 33 34 /** 34 This function is wrapper function to validate the buffer.35 This function is wrapper function to validate the Primary Buffer (CommBuffer). 35 36 36 37 @param Buffer The buffer start address to be checked. … … 42 43 BOOLEAN 43 44 EFIAPI 44 VarCheckPolicyIs BufferOutsideValid (45 VarCheckPolicyIsPrimaryBufferValid ( 45 46 IN EFI_PHYSICAL_ADDRESS Buffer, 46 47 IN UINT64 Length
Note:
See TracChangeset
for help on using the changeset viewer.