> 674 > 675 /* To avoid owerflows when calling the efivar API */ > 676 if (*out_len > ULONG_MAX) > ^^^^^^^^^^^^^^^^^^^^ > This is impossible. Was UINT_MAX intended? I am really not sure. The only case I can imagine is 32bit EFI on a 64bit system, but even then I don't see what the check is about at this point. Alan