9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@plan9.bell-labs.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Plan 9 buffer overflow exploit explained in Phrack Volume 0x0b, Issue 0x3e, Phile #0x09 of 0x0f
Date: Sat, 20 Sep 2003 13:22:47 -0400	[thread overview]
Message-ID: <df93e30e857c6a7b0534567d47ad3601@plan9.bell-labs.com> (raw)
In-Reply-To: <200309201714.h8KHE4j24603@augusta.math.psu.edu>

i count 36 essential system calls, up from 35 in 2e.
basically fd2path is the only change.

4e essential:

#define	BIND		2
#define	CHDIR		3
#define	CLOSE		4
#define	DUP		5
#define	ALARM		6
#define	EXEC		7
#define	EXITS		8
#define	FAUTH		10
#define	SEGBRK		12
#define	OPEN		14
#define	SLEEP		17
#define	RFORK		19
#define	PIPE		21
#define	CREATE		22
#define	FD2PATH		23
#define	BRK_		24
#define	REMOVE		25
#define	NOTIFY		28
#define	NOTED		29
#define	SEGATTACH		30
#define	SEGDETACH		31
#define	SEGFREE				32
#define	SEGFLUSH	33
#define	RENDEZVOUS	34
#define	UNMOUNT		35
#define	SEEK		39
#define	FVERSION	40
#define	ERRSTR	41
#define	STAT	42
#define	FSTAT	43
#define	WSTAT	44
#define	FWSTAT	45
#define	MOUNT	46
#define	AWAIT	47
#define PREAD	50
#define PWRITE	51

2e essential:

#define	ERRSTR		1
#define	BIND		2
#define	CHDIR		3
#define	CLOSE		4
#define	DUP		5
#define	ALARM		6
#define	EXEC		7
#define	EXITS		8
#define FSESSION	9
#define	FAUTH		10
#define	FSTAT		11
#define SEGBRK		12
#define	MOUNT		13
#define	OPEN		14
#define	READ		15
#define	SEEK		16
#define	SLEEP		17
#define	STAT		18
#define	RFORK		19
#define	WRITE		20
#define	PIPE		21
#define	CREATE		22
#define	BRK_		24
#define	REMOVE		25
#define	WSTAT		26
#define	FWSTAT		27
#define	NOTIFY		28
#define	NOTED		29
#define SEGATTACH 	30
#define SEGDETACH 	31
#define SEGFREE   	32
#define SEGFLUSH	33
#define RENDEZVOUS	34
#define UNMOUNT		35
#define	WAIT		36



  reply	other threads:[~2003-09-20 17:22 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-20  6:49 Vester Thacker
2003-09-20  6:55 ` Russ Cox
2003-09-20 15:35   ` Markus Friedl
2003-09-22  9:01     ` I phantom
2003-09-20 17:14 ` Dan Cross
2003-09-20 17:22   ` Russ Cox [this message]
2003-09-20 17:49     ` Dan Cross
2003-09-20 17:53       ` William K. Josephson
2003-09-20 17:57         ` Dan Cross
2003-09-20 18:01           ` Russ Cox
2003-09-20 18:37             ` Dan Cross
2003-09-20 18:39               ` Russ Cox
2003-09-20 18:44                 ` [9fans] mpm again Russ Cox
2003-09-20 19:07               ` [9fans] Plan 9 buffer overflow exploit explained in Phrack Volume 0x0b, Issue 0x3e, Phile #0x09 of 0x0f William K. Josephson
2003-09-20 20:12       ` David Presotto
2003-09-20 20:10   ` David Presotto
2003-09-20  8:07 Charles Forsyth

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=df93e30e857c6a7b0534567d47ad3601@plan9.bell-labs.com \
    --to=rsc@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).