Yeah, that patch is for wimboot, not for iPXE. Sorry about that. Thanks for pointing that out, Brandon.
Also: I neglected to include: Tested-by: Brandon Penglase <[email protected]> Sorry about that, too. - Shao Miller -----Original Message----- From: Shao Miller [mailto:[email protected]] Sent: Wednesday, October 24, 2012 16:01 To: [email protected] Subject: [PATCH] [cpio] Deal with CPIO trailers Attached is the patch, as one of { my MTA, my MUA } wrecks e-mail-body patches. - Shao >From 4c5c28938d47e4888be73d84c2c8241aa60e2391 Mon Sep 17 00:00:00 2001 From: Shao Miller <[email protected]> Date: Wed, 24 Oct 2012 15:52:23 -0400 Subject: [PATCH] [cpio] Deal with CPIO trailers For the case where wimboot is given a CPIO archive that has not been prepared by iPXE, there could be the magic "TRAILER!!!" file at the end of the archive. We should stop processing CPIO files if we reach this. Signed-off-by: Shao Miller <[email protected]> --- src/cpio.c | 6 ++++++ src/cpio.h | 3 +++ 2 files changed, 9 insertions(+) _______________________________________________ ipxe-devel mailing list [email protected] https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

