ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: Re: [devel] Re: librpm payload
Date: Mon, 5 Sep 2005 13:09:23 +0400
Message-ID: <20050905090923.GA7147@master.mivlgu.local> (raw)
In-Reply-To: <20050905034357.GM3539@solemn.turbinal.org>

[-- Attachment #1: Type: text/plain, Size: 1203 bytes --]

On Mon, Sep 05, 2005 at 07:43:57AM +0400, Alexey Tourbin wrote:
> On Sat, Sep 03, 2005 at 01:00:07AM +0400, Dmitry V. Levin wrote:
> > librpmio может предоставить cpio-архив в виде обычного потока, для
> > которого, кажется, применимы операции типа fsetpos(3).  Но поскольку этот
> > cpio-архив на практике запакован, прозрачной распаковки всё равно не
> > миновать.  Считать первые N байт каждого файла этого cpio-потока librpmio
> > вряд ли поможет, лучше поискать другие средства.
> 
> Как читать поток cpio, я разобрался.  Теперь дальше, как парсить cpio?

Его даже ядро читать умеет (в initramfs) ;)

> У него какой-то хитрый padding (см. TODO).  Как libmagic подключить --
> вроде ясно, magic_buffer().

#define N_ALIGN(len) ((((len) + 1) & ~3) + 2)
...
	parse_header(collected);
	/* тут this_header уже продвинут за struct cpio_header */
	next_header = this_header + N_ALIGN(name_len) + body_len;
	next_header = (next_header + 3) & ~3;

Правда, после SkipIt (пропуск до позиции next_header) там есть ещё
Reset:

static int __init do_reset(void)
{
	while(count && *victim == '\0')
		eat(1);
	if (count && (this_header & 3))
		error("broken padding");
	return 1;
}

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2005-09-05  9:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-02 20:14 [devel] " Alexey Tourbin
2005-09-02 21:00 ` Dmitry V. Levin
2005-09-05  3:43   ` [devel] " Alexey Tourbin
2005-09-05  9:09     ` Sergey Vlasov [this message]
2005-09-11 17:06     ` Alexey Tourbin
2005-09-11 22:14       ` Dmitry V. Levin
2005-09-12  3:48         ` Alexey Tourbin
2005-09-12 10:28           ` Dmitry V. Levin
2005-09-13  8:51             ` [devel] rpmfile Alexey Tourbin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050905090923.GA7147@master.mivlgu.local \
    --to=vsu@altlinux.ru \
    --cc=devel@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git