diff options
| author | Peter Jones <pjones@redhat.com> | 2021-03-15 11:25:13 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2021-03-15 19:46:27 -0400 |
| commit | f3cdd0f8df36d759b8fa620457d73d17d6b07042 (patch) | |
| tree | 606632e1f9c23e517adbf4a7c9c8308e63d45649 /lib/variables.c | |
| parent | 711cd1ab2f7a681693e5b6405873fa5a07821f4a (diff) | |
| download | efi-boot-shim-f3cdd0f8df36d759b8fa620457d73d17d6b07042.tar.gz efi-boot-shim-f3cdd0f8df36d759b8fa620457d73d17d6b07042.zip | |
Nerf an unnecessary string test on arm.
Steve McIntyre reports:
<Sledge> yay, arm64 string test fail
<Sledge> testing gnuefi_signed_strncmp
<Sledge> test_strncmp:713:got 128, expected < 0
<Sledge> test_strncmp:713:Assertion `(gnuefi_signed_strncmp("sbat\314\234\014,", "sbat\314\034\014,", 9)) >= 0' failed.
<Sledge> gnuefi_signed_strncmp failed
<Sledge> looking at that code, this is a test to check how broken the gnuefi strncmp is, yes?
<Sledge> and we're not actually using this implementation in shim AFAICS?
That is a correct understanding, and as such this patch just removes
that test from running on Arm platforms, where it is still too broken to
even do this much.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'lib/variables.c')
0 files changed, 0 insertions, 0 deletions
