|
Re: [PATCH V4] MdeModulePkg: Memory Corruption Error in CapsuleRuntimeDxe
Hi Mike,
All I did was copy the existing error handling in the scenario where we are unable to set up the buffer for any reason:
Hi Mike,
All I did was copy the existing error handling in the scenario where we are unable to set up the buffer for any reason:
|
By
Nate DeSimone
·
#96160
·
|
|
Re: [PATCH v2 4/4] MdePkg: Signal AfterReadyToBoot after ReadyToBoot
Hi Dionna,
My mistake. I misread the UEFI 2.9 Spec content and thought they were both for exit boot services.
Your patch series with only Before Exit Boot Services is appropriate for your
Hi Dionna,
My mistake. I misread the UEFI 2.9 Spec content and thought they were both for exit boot services.
Your patch series with only Before Exit Boot Services is appropriate for your
|
By
Michael D Kinney
·
#96159
·
|
|
[PATCH v1 12/12] .github/codeql/edk2.qls: Enable CWE 120, 787, and 805 queries
From: Michael Kubacki <michael.kubacki@...>
As recommended by CodeQL this change replaces
cpp/potential-buffer-overflow with cpp/overrunning-write-with-float
and
From: Michael Kubacki <michael.kubacki@...>
As recommended by CodeQL this change replaces
cpp/potential-buffer-overflow with cpp/overrunning-write-with-float
and
|
By
Michael Kubacki
·
#96158
·
|
|
[PATCH v1 11/12] .github/codeql/edk2.qls: Enable CWE 457, 676, and 758 queries
From: Michael Kubacki <michael.kubacki@...>
The previous commits fixed issues with these queries across various
packages. Now that those are resolved, enable the queries in the
edk2 query
From: Michael Kubacki <michael.kubacki@...>
The previous commits fixed issues with these queries across various
packages. Now that those are resolved, enable the queries in the
edk2 query
|
By
Michael Kubacki
·
#96157
·
|
|
[PATCH v1 10/12] UefiCpuPkg: Fix conditionally uninitialized variables
From: Michael Kubacki <michael.kubacki@...>
Fixes CodeQL alerts for CWE-457:
https://cwe.mitre.org/data/definitions/457.html
Cc: Erich McMillan <emcmillan@...>
Cc: Michael
From: Michael Kubacki <michael.kubacki@...>
Fixes CodeQL alerts for CWE-457:
https://cwe.mitre.org/data/definitions/457.html
Cc: Erich McMillan <emcmillan@...>
Cc: Michael
|
By
Michael Kubacki
·
#96156
·
|
|
[PATCH v1 09/12] ShellPkg: Fix conditionally uninitialized variables
From: Michael Kubacki <michael.kubacki@...>
Fixes CodeQL alerts for CWE-457:
https://cwe.mitre.org/data/definitions/457.html
Cc: Michael D Kinney <michael.d.kinney@...>
Cc: Michael
From: Michael Kubacki <michael.kubacki@...>
Fixes CodeQL alerts for CWE-457:
https://cwe.mitre.org/data/definitions/457.html
Cc: Michael D Kinney <michael.d.kinney@...>
Cc: Michael
|
By
Michael Kubacki
·
#96155
·
|
|
[PATCH v1 08/12] PcAtChipsetPkg: Fix conditionally uninitialized variables
From: Michael Kubacki <michael.kubacki@...>
Fixes CodeQL alerts for CWE-457:
https://cwe.mitre.org/data/definitions/457.html
Cc: Michael D Kinney <michael.d.kinney@...>
Cc: Michael
From: Michael Kubacki <michael.kubacki@...>
Fixes CodeQL alerts for CWE-457:
https://cwe.mitre.org/data/definitions/457.html
Cc: Michael D Kinney <michael.d.kinney@...>
Cc: Michael
|
By
Michael Kubacki
·
#96154
·
|
|
[PATCH v1 07/12] NetworkPkg: Fix conditionally uninitialized variables
From: Michael Kubacki <michael.kubacki@...>
Fixes CodeQL alerts for CWE-457:
https://cwe.mitre.org/data/definitions/457.html
Cc: Jiaxin Wu <jiaxin.wu@...>
Cc: Michael D Kinney
From: Michael Kubacki <michael.kubacki@...>
Fixes CodeQL alerts for CWE-457:
https://cwe.mitre.org/data/definitions/457.html
Cc: Jiaxin Wu <jiaxin.wu@...>
Cc: Michael D Kinney
|
By
Michael Kubacki
·
#96153
·
|
|
[PATCH v1 06/12] MdePkg: Fix conditionally uninitialized variables
From: Michael Kubacki <michael.kubacki@...>
Fixes CodeQL alerts for CWE-457:
https://cwe.mitre.org/data/definitions/457.html
Cc: Liming Gao <gaoliming@...>
Cc: Michael D Kinney
From: Michael Kubacki <michael.kubacki@...>
Fixes CodeQL alerts for CWE-457:
https://cwe.mitre.org/data/definitions/457.html
Cc: Liming Gao <gaoliming@...>
Cc: Michael D Kinney
|
By
Michael Kubacki
·
#96152
·
|
|
[PATCH v1 05/12] MdeModulePkg: Fix conditionally uninitialized variables
From: Michael Kubacki <michael.kubacki@...>
Fixes CodeQL alerts for CWE-457:
https://cwe.mitre.org/data/definitions/457.html
Cc: Eric Dong <eric.dong@...>
Cc: Guomin Jiang
From: Michael Kubacki <michael.kubacki@...>
Fixes CodeQL alerts for CWE-457:
https://cwe.mitre.org/data/definitions/457.html
Cc: Eric Dong <eric.dong@...>
Cc: Guomin Jiang
|
By
Michael Kubacki
·
#96151
·
|
|
[PATCH v1 04/12] CryptoPkg: Fix conditionally uninitialized variable
From: Michael Kubacki <michael.kubacki@...>
Fixes CodeQL alerts for CWE-457:
https://cwe.mitre.org/data/definitions/457.html
Checks the return value from `ASN1_get_object()` to verify
From: Michael Kubacki <michael.kubacki@...>
Fixes CodeQL alerts for CWE-457:
https://cwe.mitre.org/data/definitions/457.html
Checks the return value from `ASN1_get_object()` to verify
|
By
Michael Kubacki
·
#96150
·
|
|
[PATCH v1 03/12] BaseTools/VfrCompile: Fix potential buffer overwrites
From: Michael Kubacki <michael.kubacki@...>
While more portable methods exist to handle these cases, this change
does not attempt to do more than fix the immediate problem and
follow the
From: Michael Kubacki <michael.kubacki@...>
While more portable methods exist to handle these cases, this change
does not attempt to do more than fix the immediate problem and
follow the
|
By
Michael Kubacki
·
#96149
·
|
|
[PATCH v1 02/12] BaseTools/PatchCheck.py: Add PCCTS to tab exemption list
From: Michael Kubacki <michael.kubacki@...>
Purdue Compiler Construction Tool Set (PCCTS) source code was copied/
pasted into BaseTools/Source/C/VfrCompile/Pccts/.
The code contains tab
From: Michael Kubacki <michael.kubacki@...>
Purdue Compiler Construction Tool Set (PCCTS) source code was copied/
pasted into BaseTools/Source/C/VfrCompile/Pccts/.
The code contains tab
|
By
Michael Kubacki
·
#96148
·
|
|
[PATCH v1 01/12] MdeModulePkg/SmbiosDxe: Fix pointer and buffer overflow CodeQL alerts
From: Erich McMillan <emcmillan@...>
Details for these CodeQL alerts can be found here:
- Pointer overflow check (cpp/pointer-overflow-check):
-
From: Erich McMillan <emcmillan@...>
Details for these CodeQL alerts can be found here:
- Pointer overflow check (cpp/pointer-overflow-check):
-
|
By
Michael Kubacki
·
#96147
·
|
|
[PATCH v1 00/12] Enable New CodeQL Queries
From: Michael Kubacki <michael.kubacki@...>
Adds queries for the following:
1. cpp/conditionallyuninitializedvariable
2. cpp/pointer-overflow-check
3. cpp/overrunning-write
4.
From: Michael Kubacki <michael.kubacki@...>
Adds queries for the following:
1. cpp/conditionallyuninitializedvariable
2. cpp/pointer-overflow-check
3. cpp/overrunning-write
4.
|
By
Michael Kubacki
·
#96146
·
|
|
Re: [PATCH 2/2] MdeModulePkg: Added call to signal New Event
Dionna,
I can create a new patch that contains, the two Event definitions and the code that signals both events. I can use my patches that I already have and then add the code from your submission
Dionna,
I can create a new patch that contains, the two Event definitions and the code that signals both events. I can use my patches that I already have and then add the code from your submission
|
By
Robert Phelps
·
#96145
·
|
|
Re: Access 64bit address space in 32bit mode
I assume you are talking about x86?
This is more complex than just instruction prefix. You need the CPU to be setup in big real mode via the GDT, so you basically have a 32-bit environment setup via
I assume you are talking about x86?
This is more complex than just instruction prefix. You need the CPU to be setup in big real mode via the GDT, so you basically have a 32-bit environment setup via
|
By
Andrew Fish
·
#96144
·
|
|
Re: [PATCH v2 4/4] MdePkg: Signal AfterReadyToBoot after ReadyToBoot
I saw no such event in the specification
I thought that's the event you meant, since its mantis number is 2042,
whereas before exit boot services is 2043. That fits the "same time"
you mentioned in
I saw no such event in the specification
I thought that's the event you meant, since its mantis number is 2042,
whereas before exit boot services is 2043. That fits the "same time"
you mentioned in
|
By
Dionna Glaze
·
#96143
·
|
|
Re: [PATCH v2 4/4] MdePkg: Signal AfterReadyToBoot after ReadyToBoot
Hi Dionna,
I gave feedback about After Exit Boot Services event.
Why is an After Ready To Boot signal now part of this series?
Mike
Hi Dionna,
I gave feedback about After Exit Boot Services event.
Why is an After Ready To Boot signal now part of this series?
Mike
|
By
Michael D Kinney
·
#96142
·
|
|
Re: [PATCH 2/2] MdeModulePkg: Added call to signal New Event
Will you please comment on the patches in question where the error is?
I don't follow what you're saying.
Sounds good.
--
-Dionna Glaze, PhD (she/her)
Will you please comment on the patches in question where the error is?
I don't follow what you're saying.
Sounds good.
--
-Dionna Glaze, PhD (she/her)
|
By
Dionna Glaze
·
#96141
·
|