Re: vmd close stdin

2018-09-09 Thread Mike Larkin
On Mon, Sep 10, 2018 at 01:25:24AM +0200, Alexander Bluhm wrote: > Hi, > > vmd(8) may close file descriptor 0 as not all fd fields are properly > initialized with -1. While there avoid closing -1. > > ok? > ok mlarkin > bluhm > > Index: usr.sbin/vmd/vmd.c > ==

vmd close stdin

2018-09-09 Thread Alexander Bluhm
Hi, vmd(8) may close file descriptor 0 as not all fd fields are properly initialized with -1. While there avoid closing -1. ok? bluhm Index: usr.sbin/vmd/vmd.c === RCS file: /data/mirror/openbsd/cvs/src/usr.sbin/vmd/vmd.c,v retrie