mirror of
https://github.com/rhboot/gnu-efi
synced 2026-08-26 00:26:04 -04:00
Back in the past, I re-defined CHAR8 the same way UEFI defined it (on some platforms, some of the time, in an accidentally compiler-dependent way). This turns out to have some bad side effects in code written without thinking about integer promotion :/. Meanwhile, some issues were discovered with some of the string comparison functions here. This patch addresses all of those issue, whichever types you've got. Signed-off-by: Peter Jones <pjones@redhat.com> |
||
|---|---|---|
| .. | ||
| efirtlib.c | ||
| rtdata.c | ||
| rtlock.c | ||
| rtstr.c | ||
| vm.c | ||