1fb8036 MdeModulePkg/PlatformDriOverrideDxe: Fix overflow condition check

1 file Authored by Li, Walon 3 years ago, Committed by mergify[bot] 3 years ago,
    MdeModulePkg/PlatformDriOverrideDxe: Fix overflow condition check
    
    Code mistake, VariableIndex is smaller normally than buffer+buffersize
    so should not break loop.
    
    Signed-off-by: Walon Li <walon.li@hpe.com>
    Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>