Re: bug in kernel

From: Pat Kane
Date: Mon Mar 14 2005 - 10:49:11 EST


I ran the little test program on my 2.4.26 Knoppix system, and got the following two results:

strace a.out < /dev/tty
...
read(0, NULL, 6) = 1
...

strace a.out < /dev/zero
...
read(0, 0, 6) = -1 EFAULT (Bad address)
...

The first case looks broken.

Pat
---



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/