Hi again, this patch series is an addition to my previous patch "fix: correctly calculate FAT bit size based on cluster count". Feel free to squash these patches into the former - and apologies for sending these test cases afterwards, they should have been part of the original patch, but I was too focused on proving coverity false (which I did!) that I forgot to add some test cases for the "happy path" as well. I had performed these tests manually before, but I figure it's good to have these automated tests in place so that we can easily upgrade the borrowed Kernel code in the future without having to test manually again.
Kind regards, Michael Michael Adler (2): refactor: ensure argument to determine_FAT_bits is const test: extend test suite for determine_FAT_bits tools/fat.c | 5 +- tools/fat.h | 2 +- tools/tests/test_fat.c | 316 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 320 insertions(+), 3 deletions(-) -- 2.41.0 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/20230817115625.334613-1-michael.adler%40siemens.com.
