|
[PATCH] CryptoPkg/OpensslLib: Update the locations of previous added .h files
The updated .h files in inf were added at 8906f076de35b222a7... They will still be removed when executing process_files.pl, if we want to upgrade openssl. So move them outside of the following comment
The updated .h files in inf were added at 8906f076de35b222a7... They will still be removed when executing process_files.pl, if we want to upgrade openssl. So move them outside of the following comment
|
By
Zhang, Shenglei
· #49399
·
|
|
[PATCH v2] CryptoPkg: Upgrade OpenSSL to 1.1.1d
Update openssl from 1.1.1b to 1.1.1d. Something needs to be noticed is that, there is a bug existing in the released 1_1_1d version(894da2fb7ed5d314ee5c2fc9fd2d9b8b74111596), which causes build failur
Update openssl from 1.1.1b to 1.1.1d. Something needs to be noticed is that, there is a bug existing in the released 1_1_1d version(894da2fb7ed5d314ee5c2fc9fd2d9b8b74111596), which causes build failur
|
By
Zhang, Shenglei
· #49398
·
|
|
[PATCH] CryptoPkg: Upgrade OpenSSL to 1.1.1d
Hi Laszlo,
By
Zhang, Shenglei
· #49387
·
|
|
[PATCH] CryptoPkg: Upgrade OpenSSL to 1.1.1d
Hi Laszlo,
By
Zhang, Shenglei
· #49386
·
|
|
[PATCH] CryptoPkg: Upgrade OpenSSL to 1.1.1d
Update openssl from 1.1.1b to 1.1.1d. Something needs to be noticed is that, there is a bug existing in the released 1_1_1d version(894da2fb7ed5d314ee5c2fc9fd2d9b8b74111596), which causes build failur
Update openssl from 1.1.1b to 1.1.1d. Something needs to be noticed is that, there is a bug existing in the released 1_1_1d version(894da2fb7ed5d314ee5c2fc9fd2d9b8b74111596), which causes build failur
|
By
Zhang, Shenglei
· #49280
·
|
|
[PATCH] MdeModulePkg/Oniguruma: Remove redundant IF statement
The if statement is not necessary, so keep it to edk2 style. And this change has been merged to onigruma. REF:https://github.com/kkos/oniguruma/pull/158 Cc: Jian J Wang <jian.j.wang@...> Cc: Hao
The if statement is not necessary, so keep it to edk2 style. And this change has been merged to onigruma. REF:https://github.com/kkos/oniguruma/pull/158 Cc: Jian J Wang <jian.j.wang@...> Cc: Hao
|
By
Zhang, Shenglei
· #49268
·
|
|
[PATCH] MdeModulePkg/SdBlockIoPei: Add check for DeviceIndex
DeviceIndex is used as index in Slot[]. The max size of Slot[] is SD_PEIM_MAX_SLOTS. So DeviceIndex should be checked before used. Cc: Hao A Wu <hao.a.wu@...> Cc: Ray Ni <ray.ni@...> Signe
DeviceIndex is used as index in Slot[]. The max size of Slot[] is SD_PEIM_MAX_SLOTS. So DeviceIndex should be checked before used. Cc: Hao A Wu <hao.a.wu@...> Cc: Ray Ni <ray.ni@...> Signe
|
By
Zhang, Shenglei
· #49154
·
|
|
[PATCH] MdeModulePkg/HiiDatabaseDxe: Add check for 'Private->Attribute >> 4'
The size of mHiiEfiColors is 16. mHiiEfiColors[Private->Attribute >> 4] may be out of boundary. So add a check for that. Cc: Dandan Bi <dandan.bi@...> Cc: Eric Dong <eric.dong@...> Signed-
The size of mHiiEfiColors is 16. mHiiEfiColors[Private->Attribute >> 4] may be out of boundary. So add a check for that. Cc: Dandan Bi <dandan.bi@...> Cc: Eric Dong <eric.dong@...> Signed-
|
By
Zhang, Shenglei
· #49153
·
|
|
[PATCH 4/4] MdeModulePkg/SetupBrowserDxe: Add check for GetBufferForValue()
The returned value from GetBufferForValue might be NULL, so add a check for that before it is used. Cc: Jian J Wang <jian.j.wang@...> Cc: Hao A Wu <hao.a.wu@...> Signed-off-by: Shenglei Zh
The returned value from GetBufferForValue might be NULL, so add a check for that before it is used. Cc: Jian J Wang <jian.j.wang@...> Cc: Hao A Wu <hao.a.wu@...> Signed-off-by: Shenglei Zh
|
By
Zhang, Shenglei
· #49148
·
|
|
[PATCH 3/4] MdeModulePkg/EsrtDxe: Add check for EsrtRepository
EsrtRepository might be NULL. So return EFI_OUT_OF_RESOURCES when it is NULL. Cc: Hao A Wu <hao.a.wu@...> Cc: Liming Gao <liming.gao@...> Signed-off-by: Shenglei Zhang <shenglei.zhang@inte
EsrtRepository might be NULL. So return EFI_OUT_OF_RESOURCES when it is NULL. Cc: Hao A Wu <hao.a.wu@...> Cc: Liming Gao <liming.gao@...> Signed-off-by: Shenglei Zhang <shenglei.zhang@inte
|
By
Zhang, Shenglei
· #49147
·
|
|
[PATCH 2/4] MdeModulePkg/HiiDatabaseDxe: Add check for StringPtr
If the target string doesn't appear in the searched string, StringPtr will be NULL. So add a check for that. Cc: Dandan Bi <dandan.bi@...> Cc: Eric Dong <eric.dong@...> Signed-off-by: Shen
If the target string doesn't appear in the searched string, StringPtr will be NULL. So add a check for that. Cc: Dandan Bi <dandan.bi@...> Cc: Eric Dong <eric.dong@...> Signed-off-by: Shen
|
By
Zhang, Shenglei
· #49146
·
|
|
[PATCH 1/4] MdeModulePkg/EbcDebugger: Add check for Entry and RetEntry
Entry and RetEntry might be NULL before used. Cc: Jian J Wang <jian.j.wang@...> Cc: Hao A Wu <hao.a.wu@...> Signed-off-by: Shenglei Zhang <shenglei.zhang@...> --- MdeModulePkg/Univer
Entry and RetEntry might be NULL before used. Cc: Jian J Wang <jian.j.wang@...> Cc: Hao A Wu <hao.a.wu@...> Signed-off-by: Shenglei Zhang <shenglei.zhang@...> --- MdeModulePkg/Univer
|
By
Zhang, Shenglei
· #49145
·
|
|
[PATCH 0/4] MdeModulePkg: Add check for variables and return value
The variables and return value might be NULL. So add check for them before they are used. Cc: Hao A Wu <hao.a.wu@...> Cc: Eric Dong <eric.dong@...> Cc: Hao A Wu <hao.a.wu@...> Cc: Li
The variables and return value might be NULL. So add check for them before they are used. Cc: Hao A Wu <hao.a.wu@...> Cc: Eric Dong <eric.dong@...> Cc: Hao A Wu <hao.a.wu@...> Cc: Li
|
By
Zhang, Shenglei
· #49144
·
|
|
[PATCH] MdeModulePkg/Variable/Pei: Update the condition in if statement
IndexTable->Length is used as index in array IndexTable->Index[]. So IndexTable->Length needs to be checked, which should be less than the array size. Cc: Hao A Wu <hao.a.wu@...> Cc: Liming Gao
IndexTable->Length is used as index in array IndexTable->Index[]. So IndexTable->Length needs to be checked, which should be less than the array size. Cc: Hao A Wu <hao.a.wu@...> Cc: Liming Gao
|
By
Zhang, Shenglei
· #49143
·
|
|
[PATCH 3/3] MdeModulePkg/Mem: Initialize the variable MapMemory
Initialize MapMemory to 0 in HeapGuard.c. Cc: Dandan Bi <dandan.bi@...> Cc: Liming Gao <liming.gao@...> Signed-off-by: Shenglei Zhang <shenglei.zhang@...> --- MdeModulePkg/Core/Dxe/M
Initialize MapMemory to 0 in HeapGuard.c. Cc: Dandan Bi <dandan.bi@...> Cc: Liming Gao <liming.gao@...> Signed-off-by: Shenglei Zhang <shenglei.zhang@...> --- MdeModulePkg/Core/Dxe/M
|
By
Zhang, Shenglei
· #49043
·
|
|
[PATCH 2/3] MdeModulePkg/UhciPei: Initialize the variable RequestMap
RequestMap is used but not Initialized. Cc: Hao A Wu <hao.a.wu@...> Cc: Ray Ni <ray.ni@...> Signed-off-by: Shenglei Zhang <shenglei.zhang@...> --- MdeModulePkg/Bus/Pci/UhciPei/UhcPei
RequestMap is used but not Initialized. Cc: Hao A Wu <hao.a.wu@...> Cc: Ray Ni <ray.ni@...> Signed-off-by: Shenglei Zhang <shenglei.zhang@...> --- MdeModulePkg/Bus/Pci/UhciPei/UhcPei
|
By
Zhang, Shenglei
· #49042
·
|
|
[PATCH 1/3] MdeModulePkg/EhciPei: Initialize the variable Map
Map is used but not Initialized. Cc: Hao A Wu <hao.a.wu@...> Cc: Ray Ni <ray.ni@...> Signed-off-by: Shenglei Zhang <shenglei.zhang@...> --- MdeModulePkg/Bus/Pci/EhciPei/EhciUrb.c | 2
Map is used but not Initialized. Cc: Hao A Wu <hao.a.wu@...> Cc: Ray Ni <ray.ni@...> Signed-off-by: Shenglei Zhang <shenglei.zhang@...> --- MdeModulePkg/Bus/Pci/EhciPei/EhciUrb.c | 2
|
By
Zhang, Shenglei
· #49041
·
|
|
[PATCH 0/3] MdeModulePkg: Initialize variables
Initialize the variables before used. Cc: Ray Ni <ray.ni@...> Cc: Dandan Bi <dandan.bi@...> Cc: Liming Gao <liming.gao@...> Shenglei Zhang (3): MdeModulePkg/EhciPei: Initialize the v
Initialize the variables before used. Cc: Ray Ni <ray.ni@...> Cc: Dandan Bi <dandan.bi@...> Cc: Liming Gao <liming.gao@...> Shenglei Zhang (3): MdeModulePkg/EhciPei: Initialize the v
|
By
Zhang, Shenglei
· #49040
·
|
|
[PATCH v2] ShellPkg/Shell/FileHandleWrappers.c: Add check for MemFile->Buffer
By
Zhang, Shenglei
· #48905
·
|
|
[PATCH v2] NetworkPkg/IScsiDxe: Fix the index of array TargetUrlp[]
Hi Philippe,
By
Zhang, Shenglei
· #48904
·
|