mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-12 06:13:35 +00:00
Correctly reject bad tftp addresses earlier, rather than later.
This check is for end == NULL but was meant to be *end == '\0'. Without this change, we'll pass a plausibly bad address (i.e. one with no ']' at the end) to Mtftp(... READ_FILE ...), which should fail correctly, but our error messaging will be inconsistent. Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
6a115d038a
commit
c0949c0a79
Loading…
Reference in New Issue
Block a user