K 10 svn:author V 3 imp K 8 svn:date V 27 2000-01-10T01:25:53.000000Z K 7 svn:log V 337 Fix mysterious sendmail coredump on systems where malloc.conf pointed to a string containign 'J'. o Properly terminate argv list with a NULL entry. o Use warn() to report the exec failure because free could change errno and err would report the wrong reason. o Don't terminate string to err with ':' since this results in two colons. END