You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
90406ffbac
Argument DataLen of function InternalGetVariable() inside Reclaim() function is not initialized. This uninitialized value is assigned to another variable and compared, resulting in EFI_BUFFER_TOO_SMALL error when Data is NULL. Hence added Data NULL conditional check with DataLen to overcome EFI_BUFFER_TOO_SMALL error when Data is NULL. Signed-off-by: M Karuppasamy <karuppasamy.m@intel.com> Signed-off-by: Sachin Kamat <sachin.kamat@intel.com> Signed-off-by: M Karuppasamy <karuppasamy.m@intel.com> Signed-off-by: Sachin Kamat <sachin.kamat@intel.com>