aligrudi / neatvi

A small vi/ex editor for editing UTF-8 text

Home Page:http://litcave.rudi.ir/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmd_pipe() is bugged (invalid descriptor -1)

kyx0r opened this issue · comments

commented

cmd.c line 111,112 may have -1 passed in which is invalid. Add if statements to prevent this.

commented