]> git.kaiwu.me - nginx.git/commit
Core: fixed default log initialization.
authorVladimir Homutov <vl@nginx.com>
Thu, 24 Jul 2014 12:25:07 +0000 (16:25 +0400)
committerVladimir Homutov <vl@nginx.com>
Thu, 24 Jul 2014 12:25:07 +0000 (16:25 +0400)
commitc54899ddfd9d517b01e09fc3e57b497a8f019686
treeca9b4be2a1517585ef66db1dc2ce2e25e70db07d
parent248baf4262c6957b324aad4711dfcb681d4fa23d
Core: fixed default log initialization.

The ngx_log_insert() function may invalidate pointer passed to it,
so make sure to don't use it after the ngx_log_insert() call.
src/core/ngx_log.c