]> git.kaiwu.me - nginx.git/commit
ngx_sprintf() has implicit limit of 65536 bytes so on Linux/ppc64
authorIgor Sysoev <igor@sysoev.ru>
Tue, 19 Dec 2006 12:40:19 +0000 (12:40 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 19 Dec 2006 12:40:19 +0000 (12:40 +0000)
commit18d6514eb5eaed0c92751cd80b663dea049467b3
tree4a4baf69434dce026655fbf353cb0ead85b0f38a
parentf4b34c4754829451b61bbd69d15591ceb154cfcf
ngx_sprintf() has implicit limit of 65536 bytes so on Linux/ppc64
in 32-bit mode the errstr is somewhere at 0xffffd680, the "last" overflows
and ngx_vsnprintf() does not print at all
src/core/ngx_log.c