Currently, if you attempt to build 64-bit EFI binaries on a 32-bit system without a suitable cross-compiling version of libbfd, the iPXE build will die with a segmentation fault in elf2efi64. Fix by properly handling the return value from bfd_check_format(). Signed-off-by: Michael Brown <mcb30@ipxe.org>tags/v1.20.1
|
|
||
247 |
|
247 |
|
248 |
|
248 |
|
249 |
|
249 |
|
250 |
|
|
|
251 |
|
|
|
|
250 |
|
|
|
251 |
|
|
|
252 |
|
|
252 |
|
253 |
|
253 |
|
254 |
|
254 |
|
255 |
|