On Mon, Dec 01, 2014 at 22:49, Theo de Raadt wrote:
>> On 12/01/2014 21:32, Theo de Raadt wrote:
>> >> Do you have any particular and practically important failing scenario in
>> >> >mind?
>> > Millions of users other than you.
>>
>> I am trying to fix the bug, and it is not my intention to get into the
>> pissing match, nor I have time for that in my schedule.
> 
> It appears to be working as intended, as the comment says.
> 
> /* Allow only one connection at a time, but stay alive. */
> 
> I think it is pretty clear you are too short of time to study the code.

I think that comment is actually referring to the k flag. With k, it
loops (stays alive) but only accepts one at a time. Without k,
however, it breaks at the bottom (doesn't stay alive).

I think the patch is broken though. It should add a close() if !kflag.

Reply via email to