]> git.ipfire.org Git - thirdparty/systemd.git/commit
efivars: seek back to beginning in each efi_get_variable() loop
authorLennart Poettering <lennart@poettering.net>
Thu, 13 Nov 2025 11:35:36 +0000 (12:35 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 13 Nov 2025 13:19:29 +0000 (14:19 +0100)
commitdbc25d84aeff8e9196c002a778fbaf91d979a1b9
tree9d4e2e6dcc75d0ec421401a8e84e842079e06baa
parent40cb2aa4f81b6b2af198f7c645abbf4f549c0f2e
efivars: seek back to beginning in each efi_get_variable() loop

We try to read again from the beginning, hence let's seek back.
Apparently efivarfs doesn't strictly require this, but it's really weird
that it doesn't.
src/basic/efivars.c