Re: [PATCH v2] efi_loader: Improve the parameter check for QueryVariableInfo()

2021-06-30 Thread Heinrich Schuchardt
On 6/30/21 5:49 PM, Masami Hiramatsu wrote: Improve efi_query_variable_info() to check the parameter settings and return correct error code according to the UEFI Specification 2.9, and the Self Certification Test (SCT) II Case Specification, June 2017, chapter 4.1.4 QueryVariableInfo(). Signed-o

[PATCH v2] efi_loader: Improve the parameter check for QueryVariableInfo()

2021-06-30 Thread Masami Hiramatsu
Improve efi_query_variable_info() to check the parameter settings and return correct error code according to the UEFI Specification 2.9, and the Self Certification Test (SCT) II Case Specification, June 2017, chapter 4.1.4 QueryVariableInfo(). Signed-off-by: Masami Hiramatsu Reported-by: Kazuhiko