I sent this report:

> Here's an example program:
> ..
> 
> Build it, and run it with stdin closed:
> % ./prog <&-1

This should of course be /prog <&-0.
> Segmentation fault (core dumped)

But it doesn't matter. It segsfaults if any of the standard io streams
are missing.

Jon

Reply via email to