[squid-dev] [PATCH] Bug 4111 fix

2016-02-16 Thread Amos Jeffries
This bug had unfortunately gotten lost in the flood. The bug reporters proposed patch seems to be correct in terms of its intention. This version of the patch adds the missing {} and uses fatalf() instead of exit(). It also goes a little further and corrects the outstanding errno handling issues i

Re: [squid-dev] [PATCH] Bug 4111 fix

2016-02-17 Thread Alex Rousskov
On 02/16/2016 05:05 PM, Amos Jeffries wrote: > This bug had unfortunately gotten lost in the flood. The bug reporters > proposed patch seems to be correct in terms of its intention. > > This version of the patch adds the missing {} and uses fatalf() instead > of exit(). It also goes a little furth