# HG changeset patch
# User Tatsuhiko Kubo
# Date 1404915734 -32400
# Wed Jul 09 23:22:14 2014 +0900
# Node ID f166c521b619dab231b15e60cec47dd81f52833e
# Parent 09e734739e462555dda00fb4cd420bdb07853cb7
Style: use ngx_str_null().
diff -r 09e734739e46 -r f166c521b619 src/core/ngx_resolver.c
-
# HG changeset patch
# User Tatsuhiko Kubo
# Date 1404915839 -32400
# Wed Jul 09 23:23:59 2014 +0900
# Node ID d80543940f9a33b262d05864a30ab8b22e906455
# Parent f166c521b619dab231b15e60cec47dd81f52833e
Style: use ngx_str_set().
diff -r f166c521b619 -r d80543940f9a
src/http/modules/ngx_http
# HG changeset patch
# User Tatsuhiko Kubo
# Date 1404915640 -32400
# Wed Jul 09 23:20:40 2014 +0900
# Node ID 09e734739e462555dda00fb4cd420bdb07853cb7
# Parent b522d5b137fdf64163ebed3e3da6b11a1b1c6561
Style: use ngx_strlen() instead of strlen().
diff -r b522d5b137fd -r 09e734739e46 src/cor
rtial Content" CRLF
* ... header ...
--
Tatsuhiko Kubo
E-Mail: cubicda...@gmail.com
Profile: http://cccis.jp/index_en.html
Github:https://github.com/cubicdaiya
fix_typo.patch
Description: Binary data
___
nginx-devel mailing list
nginx-devel
2
built by gcc 4.4.5 (Debian 4.4.5-8)
configure arguments: --with-pcre
--
Tatsuhiko Kubo
E-Mail : cubicda...@gmail.com
HP : http://cccis.jp/index_en.html
Twitter : http://twitter.com/cubicdaiya
uninitialized-bytes-fix.patch
Description: Binary data
___
dex_en.html
Twitter : http://twitter.com/cubicdaiya
valgrind_complaint_fix.patch
Description: Binary data
___
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
space[CMSG_SPACE(sizeof(int))];
} cmsg;
+ngx_memzero(&cmsg, sizeof(cmsg));
+
if (ch->fd == -1) {
msg.msg_control = NULL;
msg.msg_controllen = 0;
2013/6/11 cubicdaiya
> Hi,
>
> Could you take a look at the following patch?
>
> # HG cha
Hi,
Could you take a look at the following patch?
# HG changeset patch
# User cubicdaiya
# Date 1370962306 -32400
# Node ID 4d97f7d8925f3d10a94b13bbe2cd0923e79e5d65
# Parent 725fb71ab1a60bd48b0afb8b001b5349f5054cb1
Valgrind: a complaint about uninitialized bytes
Valgrind outputs the following