Re: race condition in bind

2014-08-05 Thread Mukund Sivaraman
Hi Yadi On Tue, Aug 05, 2014 at 02:53:33PM +0800, yhu2 wrote: > There seems to be a race condition in bind/named that leads to a segfault. > This is the patch that solves the problem,and it is not fixed in upstream: Thank you for the report and the patch. I have forwarded it to our intern

race condition in bind

2014-08-04 Thread yhu2
There seems to be a race condition in bind/named that leads to a segfault. This is the patch that solves the problem,and it is not fixed in upstream: --- lib/dns/view.c.orig 2014-07-22 14:55:09.300375792 +0300 +++ lib/dns/view.c 2014-07-22 14:55:15.025126595 +0300 @@ -516,6 +516,8