https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6939

--- Comment #77 from Kip <[email protected]> ---
(In reply to Karsten Bräckelmann from comment #76)
> Both swallow their input on STDIN.

Without a parameter to GNU cat, yes, it consumes input on stdin. With an empty
string as a parameter, it bails with EXIT_FAILURE as all programs are expected
to.

> Validating input comes *after* receiving input. Cannot validate while still
> waiting.

The socket path is provided and available as input before the stdin stream
needs to be accessed, therefore your argument is not valid. There is no excuse
for not reasonably validating user input other than sheer laziness.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to