]> git.kaiwu.me - nginx.git/commit
Core: fixed ngx_write_chain_to_file() with IOV_MAX reached.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 26 Nov 2012 21:19:57 +0000 (21:19 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 26 Nov 2012 21:19:57 +0000 (21:19 +0000)
commit1469b5145142ba2096e7c3467e867e8bf67cab25
treec6e0d8740cb6e0d21f52a478c0cc87b1140be5b5
parente769544a7dc54e224fa0ef681c36ede12f65d74b
Core: fixed ngx_write_chain_to_file() with IOV_MAX reached.

Catched by dav_chunked.t on Solaris.  In released versions this might
potentially result in corruption of complex protocol responses if they
were written to disk and there were more distinct buffers than IOV_MAX
in a single write.
src/os/unix/ngx_files.c