public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/3] Fix UEFI and Tiano Decompression logic issue
@ 2018-11-08 23:58 Liming Gao
  2018-11-08 23:58 ` [Patch 1/3] BaseTools: " Liming Gao
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Liming Gao @ 2018-11-08 23:58 UTC (permalink / raw)
  To: edk2-devel

https://bugzilla.tianocore.org/show_bug.cgi?id=1317

This is a regression issue caused by previous change with more checkers in 
UefiDecompress. In Decode() function, once mOutBuf is fully filled, Decode() 
should return. Current logic misses the checker of mOutBuf after while() loop.

Liming Gao (3):
  BaseTools: Fix UEFI and Tiano Decompression logic issue
  MdePkg BaseUefiDecompressLib: Fix UEFI Decompression logic issue
  IntelFrameworkModulePkg: Fix UEFI and Tiano Decompression logic issue

 BaseTools/Source/C/Common/Decompress.c                                                              | 6 ++++++
 BaseTools/Source/C/TianoCompress/TianoCompress.c                                                    | 6 ++++++
 IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c | 6 ++++++
 MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c                                        | 6 ++++++
 4 files changed, 24 insertions(+)

-- 
2.16.2.windows.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-11-14  0:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-08 23:58 [Patch 0/3] Fix UEFI and Tiano Decompression logic issue Liming Gao
2018-11-08 23:58 ` [Patch 1/3] BaseTools: " Liming Gao
2018-11-09  2:44   ` Zhu, Yonghong
2018-11-08 23:58 ` [Patch 2/3] MdePkg BaseUefiDecompressLib: Fix UEFI " Liming Gao
2018-11-08 23:58 ` [Patch 3/3] IntelFrameworkModulePkg: Fix UEFI and Tiano " Liming Gao
2018-11-10  8:53 ` [Patch 0/3] " Zhu, Yonghong
2018-11-10 14:18   ` Gao, Liming
2018-11-11 12:19     ` Leif Lindholm
2018-11-14  0:34       ` Gao, Liming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox