outof(): Mail NULL fix..
commitcd76d9e1be6a89a53acf6de7bb7076864c819457
authorSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Sat, 20 Oct 2012 12:41:50 +0000 (20 14:41 +0200)
committerSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Sat, 20 Oct 2012 18:24:23 +0000 (20 20:24 +0200)
treef18e29a1823e57feb38446b75799a5bd8877f79d
parent4ff0e68f9d5e1eac49a4c24a8851e1f529bfa8af
outof(): Mail NULL fix..

Even if i have rewritten outof() completely to be able to
support unlimited pipe targets and allow intermixing of pipes
and files (outof(): FIX and recode.., 2012-10-04), and
fixed/tweaked my rewrite twice, first (Tweak (outof(): FIX and
recode.., 2012-10-04).., 2012-10-09), followed by (outof():
better error verbosity, add missed senderr tracking, 2012-10-17)
is still have missed an important point.

The file expansion may fail, thus resulting in a NULL return,
which was not yet handled.
This error also exists in FreeBSD and NetBSD mailx(1).
names.c