Displaying 2 results from an estimated 2 matches for "ascii_head".
Did you mean:
ascii_header
2008 Jun 17
1
Bug#486557: cpio segfault
hello,
On Mon, 16 Jun 2008, Joey Hess wrote:
> klibc cpio segfaults extracting various cpio files. It seems to work for
> small files, but fail for larger ones, including the d-i root floppy
> image.
>
> For example:
>
> joey at kodama:/tmp/empty>wget http://people.debian.org/~joeyh/d-i/images/20080401-09:01/floppy/root.img
> joey at kodama:/tmp/empty>zcat
2007 Aug 24
2
[git patch] klibc bzero, mount fixes + random stuff
...uct new_cpio_header *file_hdr, int in_file_des)
file descriptor IN_DES, except for the magic number, which is
already filled in. */
-void read_in_new_ascii(struct new_cpio_header *file_hdr, int in_des)
+static void read_in_new_ascii(struct new_cpio_header *file_hdr, int in_des)
{
char ascii_header[112];
@@ -963,7 +950,7 @@ void read_in_new_ascii(struct new_cpio_header *file_hdr, int in_des)
/* Read the header, including the name of the file, from file
descriptor IN_DES into FILE_HDR. */
-void read_in_header(struct new_cpio_header *file_hdr, int in_des)
+static void read_in_header...