]> git.kaiwu.me - nginx.git/commit
Use ngx_pcalloc() in ngx_conf_merge_path_value().
authorValentin Bartenev <vbart@nginx.com>
Mon, 16 Sep 2013 14:49:10 +0000 (18:49 +0400)
committerValentin Bartenev <vbart@nginx.com>
Mon, 16 Sep 2013 14:49:10 +0000 (18:49 +0400)
commitf0fbcaf098680c885faf4561f4059d77424a19a6
tree5f19ec7164854c3e7b0571c00bf6657952634b9e
parenta11050ea4e4fa0c6996f9115e04635723a642f5f
Use ngx_pcalloc() in ngx_conf_merge_path_value().

It initializes the "data" pointer of ngx_path_t that will be checked after
subsequent changes.
src/core/ngx_file.c