6 messages in ru.sysoev.nginxRe: Re: find bug in dns resovle
FromSent OnAttachments
ngi...@aqcx.comNov 16, 2008 6:20 pm 
Igor SysoevNov 16, 2008 11:50 pm 
ngi...@aqcx.comNov 17, 2008 2:02 am 
Robert GabrielNov 18, 2008 1:43 pm 
Igor SysoevNov 18, 2008 1:50 pm 
Robert GabrielNov 18, 2008 11:32 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Re: find bug in dns resovleActions...
From:ngi...@aqcx.com (ngi@aqcx.com)
Date:Nov 17, 2008 2:02:01 am
List:ru.sysoev.nginx

Igor Sysoev,!

my name is zyb,come from china.

and i wanna to modify ngx_resolve.c to add function to support mx resolve,if i
modify ,i can present it just here?

i have one suggesiton: i wish nginx's common moudle can be orgnized as lib ,such as event
module,string ,log and memory managmeng module and so on. if so ,it will do
favor nginx to be used by more developer in diffirent application.

thanks

======= 2008-11-17 15:51:17 您在来信中写道:=======

On Mon, Nov 17, 2008 at 10:20:34AM +0800, ngi@aqcx.com wrote:

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

Thank you very much. I had missed it as it becomes apparent on big (>256 bytes) DNS responses. What is your full name to include in CHANGES log ?

        致 礼!