Date: Tue, 30 Jun 1998 12:13:15 -0700
From: Jim Bourne <[email protected]>
To: [email protected]Subject: Re: Serious Linux 2.0.34 security problem
On Tue, 30 Jun 1998, David Luyer wrote:
> I just saw this mentioned on linux-kernel and confirmed it;
Item to note, on non-glibc systems you must add
#define O_ASYNC FASYNC
as O_ASYNC is not defined (libc 5.4.44), but is defined in glibc header file
/usr/include/fcntlbits.h. FASYNC is defined in asm*/fcntl.h of the kernel
headers.
Regards,
Jim
> David.
>