public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/1] Fix integer overflow in CryptoPkg
@ 2022-09-28  7:49 Yuan Yu
  2022-09-28  7:49 ` [PATCH v1 1/1] CryptoPkg: Fix integer overflow Yuan Yu
  0 siblings, 1 reply; 4+ messages in thread
From: Yuan Yu @ 2022-09-28  7:49 UTC (permalink / raw)
  To: devel
  Cc: Ard Biesheuvel, Jordan Justen, Laszlo Ersek, Anthony Perard,
	Julien Grall

Some value uses UINT16 which is not wide enough to hold the values that
it is supposed to hold. This series fix it by using UINT32.

The changes can be seen at:
https://github.com/yyu/edk2/tree/overflow_fix_v1

Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Julien Grall <julien@xen.org>

Yuan Yu (1):
  CryptoPkg: Fix integer overflow

 CryptoPkg/Library/BaseCryptLib/SysCall/TimerWrapper.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.37.3.998.g577e59143f-goog


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

end of thread, other threads:[~2022-10-10  1:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-28  7:49 [PATCH v1 0/1] Fix integer overflow in CryptoPkg Yuan Yu
2022-09-28  7:49 ` [PATCH v1 1/1] CryptoPkg: Fix integer overflow Yuan Yu
2022-09-28  9:19   ` Ard Biesheuvel
2022-10-10  1:11     ` Yao, Jiewen

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