find bug in dns resovle

nginx at aqcx.com nginx at aqcx.com
Mon Nov 17 05:20:34 MSK 2008


 	in function ngx_resolver_copy ,n = (n & 0x3f << 8) + *p;
	should be n = ((n & 0x3f) << 8) + *p;otherwis ,& oprator will not work correctlly.

	thanks






More information about the nginx mailing list