Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
nginx
CVE-2016-4450.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File CVE-2016-4450.patch of Package nginx
Index: b/src/os/unix/ngx_files.c =================================================================== --- a/src/os/unix/ngx_files.c +++ b/src/os/unix/ngx_files.c @@ -292,6 +292,12 @@ ngx_write_chain_to_file(ngx_file_t *file /* create the iovec and coalesce the neighbouring bufs */ while (cl && vec.nelts < IOV_MAX) { + + if (ngx_buf_special(cl->buf)) { + cl = cl->next; + continue; + } + if (prev == cl->buf->pos) { iov->iov_len += cl->buf->last - cl->buf->pos;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor