summaryrefslogtreecommitdiff
path: root/lib/variables.c
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2025-02-18 12:55:05 -0500
committerPeter Jones <pjones@redhat.com>2025-02-24 15:26:20 -0500
commite136e645d54983d2b5a89610d1565c23538ca1fa (patch)
treebac48bcb63158d82fa62781d5ba653ad97661ce6 /lib/variables.c
parent848667d0f3a99401d93c93b3af16b55e3fb28cea (diff)
downloadefi-boot-shim-e136e645d54983d2b5a89610d1565c23538ca1fa.tar.gz
efi-boot-shim-e136e645d54983d2b5a89610d1565c23538ca1fa.zip
mock-variables: fix debugging printf format specifier oopsie
This debug printf in our mock variable test code, which isn't normally enabled, has a missing comma at the end of the format specifier. This causes __FILE__ to be part of the format specifier, which then means we've got a missing parameter and also the types don't match up like you'd hope. This causes the most confusing segfaults. Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'lib/variables.c')
0 files changed, 0 insertions, 0 deletions