[edk2-devel] [PATCH v1 0/1] Fix integer overflow in CryptoPkg

Yuan Yu via groups.io posted 1 patch 1 year, 7 months ago
Failed in applying to current master (apply log)
CryptoPkg/Library/BaseCryptLib/SysCall/TimerWrapper.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[edk2-devel] [PATCH v1 0/1] Fix integer overflow in CryptoPkg
Posted by Yuan Yu via groups.io 1 year, 7 months ago
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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#94458): https://edk2.groups.io/g/devel/message/94458
Mute This Topic: https://groups.io/mt/93968062/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-