Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 598609 Details for
Bug 840845
httpd fails in processing chunked requests with > 31 bytes chunk-size / -extension line
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Accepted upstream patch successfully tested by customer
httpd-2.2.3-pr49474.patch (text/plain), 694 bytes, created by
Julio Entrena Perez
on 2012-07-17 11:30:13 UTC
(
hide
)
Description:
Accepted upstream patch successfully tested by customer
Filename:
MIME Type:
Creator:
Julio Entrena Perez
Created:
2012-07-17 11:30:13 UTC
Size:
694 bytes
patch
obsolete
>https://issues.apache.org/bugzilla/show_bug.cgi?id=49474 >http://svn.apache.org/viewvc?view=revision&revision=965824 > >diff -up ./modules/http/http_filters.c.pr49474 ./modules/http/http_filters.c >--- ./modules/http/http_filters.c.pr49474 2012-07-16 13:18:10.000000000 +0200 >+++ ./modules/http/http_filters.c 2012-07-16 13:18:41.000000000 +0200 >@@ -153,8 +153,9 @@ static apr_status_t get_remaining_chunk_ > if (lineend[len - 1] != APR_ASCII_LF) { > return APR_EAGAIN; > } >- /* Line is complete. So reset ctx->linesize for next round. */ >+ /* Line is complete. So reset ctx for next round. */ > ctx->linesize = 0; >+ ctx->pos = ctx->chunk_ln; > return APR_SUCCESS; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 840845
: 598609