|
Message-ID: <20130430160534.GA2319@openwall.com> Date: Tue, 30 Apr 2013 20:05:34 +0400 From: Solar Designer <solar@...nwall.com> To: john-dev@...ts.openwall.com Subject: Re: --fork On Tue, Apr 30, 2013 at 05:40:02PM +0200, magnum wrote: > Until now, all MPI nodes except the root node has been closing stdout, so only stderr stuff needed muting. Maybe I could/should revise this or maybe that is a good thing. One non-ideal effect of that was that I had to output cracked passwords to stderr instead of stdout. Ouch. Closing any of fd 0, 1, 2 is risky since they may get reused for something else we open. Alexander
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.