Package: queue
Version: 1.30.1-1
queued fails to allocate ptys correctly; it attempts to do this by
readdir'ing /dev and trying to find a free pty.
The enclosed patch converts it to use the Unix98 getpt etc. functions. The
patch isn't pretty & I've made no attempt to preserve the cross-platform
Package: queue
Version: 1.30.1-1
On running 'queue -i -- ls' from a terminal window, queued sends the
attached email.
The problem is the for loop at line 3226 of queued.c; an incorrect bound is
used in the for statement.
The enclosed patch cures the problem, by changing the loop bound from
RLIM_
2 matches
Mail list logo