[syslinux] Is this off topic?

Ady Ady ady-sf at hotmail.com
Sat Jan 13 07:31:36 PST 2018


I was thinking... Perhaps I should just change any "isolinux" term with some 
f*ing off-topic crap while maintaining the same proposed patch; then maybe we 
would get some relevant (re)action about this issue from The Syslinux Project?


diff --git a/lzo/prepcore.c b/lzo/prepcore.c
index 9147b2e4..b5ebe88b 100644
--- a/lzo/prepcore.c
+++ b/lzo/prepcore.c
@@ -331,7 +331,7 @@ int main(int argc, char *argv[])
 	unsigned int ptr;
 	outfile_len =
 	    ((offset - start + out_len + 2047) & ~2047) - (offset - start);
-	for (ptr = 64; ptr < offset; ptr += 4)
+	for (ptr = start + 64; ptr < offset; ptr += 4)
 	    csum += get_32((uint32_t *) (infile + ptr));
 	for (ptr = 0; ptr < outfile_len; ptr += 4)
 	    csum += get_32((uint32_t *) (out + ptr));


 --



More information about the Syslinux mailing list