find bug in dns resovle

Robert Gabriel lists at ruby-forum.com
Wed Nov 19 10:33:16 MSK 2008


Igor Sysoev wrote:
> On Tue, Nov 18, 2008 at 10:43:32PM +0100, Robert Gabriel wrote:
> 
>> 
>> Isnt the same idea of
>> n = (n & 0x3f << 8) + *src;
>> 
>> should this be:
>> 
>> n = ((n & 0x3f << 8) + *src);
>> 
>> Sorry I might be wrong... but who knows :P
> 
> This is the same.

Meaning should I change it in my nginx source, or not?!
-- 
Posted via http://www.ruby-forum.com/.





More information about the nginx mailing list