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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/