newer
[PATCH 0/3] efi_loader: Fix buffer...

[PATCH] efi_loader: Fix buffer underflow If the array index 'i' < 128, the 'codepage' array is accessed using [-128...-1] in efi_unicode_collation.c:262. This can lead to a buffer overflow. Negative index in efi_unicode_collation.c:262. The index of the 'codepage' array should be c-0x80 instead of i-0x80.

Show replies by date

905
Age (days ago)
905
Last active (days ago)

List overview

Download

1 comments
2 participants

Add to favorites Remove from favorites

tags (0)

participants (2)

  • Heinrich Schuchardt
  • Mikhail Ilin