bug report for nginx version: nginx/1.3.6
Wang Tiefeng
wangtf418 at gmail.com
Thu Oct 4 10:42:42 UTC 2012
Recently,I start to read nginx source code.
I chose nginx/1.3.6 a relatively new version。
When I read file ngx_log.c, the function ngx_log_errno() confused me .
There may be some bugs in the following codes :
238 if (buf > last - 50) {
239
240 /* leave a space for an error code */
241
242 buf = last - 50;
243 *buf++ = '.';
244 *buf++ = '.';
245 *buf++ = '.';
246 }
Althoug,I am not sure about my judgment,valgrind reports invalid write on
line 243.
Expect reply E-mail.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20121004/7c06a3e4/attachment.html>
More information about the nginx-devel
mailing list