Dear developers,

I noticed that EFI_PEI_GET_VARIABLE2 is lacking decorators in both the UEFI PI 
1.6 specification and the EDK2
codebase. The parameter description for 'Attributes' starts with 'If non-NULL', 
hence it may be NULL, which is
not reflected in the function prototype with the decorator 'OPTIONAL'. 
Furthermore, as the possibility of it
being NULL is not coupled to the values of the other parameters, 'IN' should be 
added as well.

Can someone please forward this to the right working group?

Thanks and best regards,
Marvin.
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to