gnu-efi/lib/runtime
Peter Jones 7cfefa0919 Fix strcmpa() and friends and CompareMem() and friends
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>
2021-03-05 13:04:49 -05:00
..
efirtlib.c Fix strcmpa() and friends and CompareMem() and friends 2021-03-05 13:04:49 -05:00
rtdata.c The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
rtlock.c The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
rtstr.c Fix strcmpa() and friends and CompareMem() and friends 2021-03-05 13:04:49 -05:00
vm.c The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00