Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UefiVariableSupport: bug fix missing variable definition(#584)
GetUefiVariable originally returned a buffer which was larger than the variable size. This was modified to only return the buffer of the variable size, but the modification caused an exception (variable not initialized). Modifying the code again to initialize the variable, and to retrieve the correct variable size.
- Loading branch information