|
UINTN strings = count_ucs2_strings(li->LoadOptions, |
Hi @vathpela , may I ask about the function "set_second_stage" in shim.c ?
If the LoadOption data happens to be L"\0" , what's the expected results?
I found that the function "count_ucs2_strings" returns 1, when the input is L"\0".
In such a case, do we want to fall back to DEFAULT_LOADER? Or halt?