Closed
Bug 773
Opened 27 years ago
Closed 26 years ago
Chunked decoding can get stuck in STRIP_CRLF state
Categories
(Core :: Networking, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: tenthumbs, Assigned: ebina)
Details
(Keywords: testcase)
The state machine in net_ChunkedWrite in mozilla/network/cnvts/cvchunk.c assumes
that obj->in_buf always contains a CRLF when in the STRIP_CRLF state. That's not
always true so Mozilla gets stuck in an infinite loop. This seems to happen on
certain cgi programs which spit out very small chunks. A patch is available.
Comment 2•26 years ago
|
||
setting paulmac as QA contact for all gagan's bugs (sorry for the spam)
Updated•26 years ago
|
Component: NetLib → Networking Library
Product: MozillaClassic → Browser
Version: 1998-03-31 → other
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Patch applied in version 1.3 of
mozilla/network/cnvts/cvchunk.c
Updated•26 years ago
|
Whiteboard: waiting for reporter to verify
Comment 5•26 years ago
|
||
tenthumbs, can you verify the fix is in?
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
since the reporter provided a fix, and ebina checked it in, will mark verified
Changing all Networking Library/Browser bugs to Networking-Core component for
Browser.
Occasionally, Bugzilla will burp and cause Verified bugs to reopen when I do
this in a bulk change. If this happens, I will fix. ;-)
Bulk move of all Networking-Core (to be deleted component) bugs to new
Networking component.
You need to log in
before you can comment on or make changes to this bug.
Description
•