search for: this_header

Displaying 2 results from an estimated 2 matches for "this_header".

Did you mean: tgsi_header
2003 May 22
0
[PATCH 2.5.69 3/3] Bandaids for gen_init_cpio and initramfs
...; if (!q) - error("can't allocate link hash entry"); + error("can't allocate link hash entry\n"); q->ino = ino; q->minor = minor; q->major = major; @@ -223,7 +220,7 @@ while(count && *victim == '\0') eat(1); if (count && (this_header & 3)) - error("broken padding"); + error("broken padding\n"); return 1; } @@ -330,7 +327,7 @@ state = Start; continue; } else - error("junk in compressed archive"); + error("junk in compressed archive\n"); } } @@ -372,7 +369,6 @...
2003 Nov 14
1
initramfs gunzip problems.
...vs edited ===== --- 1.12/init/initramfs.c Sat Oct 18 11:25:50 2003 +++ edited/initramfs.c Fri Nov 14 10:32:47 2003 @@ -459,6 +459,8 @@ makecrc(); if (gunzip()) message = "ungzip failed"; + else + break; if (state != Reset) error("junk in gzipped archive"); this_header = saved_offset + inptr;