Closed Bug 1212223 Opened 9 years ago Closed 9 years ago

nsMultiMixedConv might call |SendData| with incorrect buffer length

Categories

(Core :: Networking, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla44
Tracking Status
firefox44 --- fixed

People

(Reporter: hchang, Assigned: hchang)

References

Details

Attachments

(1 file, 1 obsolete file)

When we hit [1] (the multipart content has preamble and the first token is probed), we only update the cursor to the first token without updating |bufLen|, which will be incorrectly used to compute the data length of |SendData| in [2] if the first chunk from network doesn't contain the entire subresource. (if the first chunk contains all of the first subresource it would be fine since the callback length is not derived from bufLen.) 

[1] http://hg.mozilla.org/mozilla-central/file/727d765a5ed8/netwerk/streamconv/converters/nsMultiMixedConv.cpp#l666
[2] http://hg.mozilla.org/mozilla-central/file/727d765a5ed8/netwerk/streamconv/converters/nsMultiMixedConv.cpp#l825
Attached patch Bug1212223.patch (obsolete) — Splinter Review
Assignee: nobody → hchang
Comment on attachment 8670635 [details] [diff] [review]
Bug1212223.patch

Hi Valentin,

Could you please have a review of this patch? To prevent from any potential edge case, I add a couple of different chunks in the test case. Thanks!
Attachment #8670635 - Flags: review?(valentin.gosu)
Comment on attachment 8670635 [details] [diff] [review]
Bug1212223.patch

Review of attachment 8670635 [details] [diff] [review]:
-----------------------------------------------------------------

Looks good. Nice catch.
Attachment #8670635 - Flags: review?(valentin.gosu) → review+
Attachment #8670635 - Attachment is obsolete: true
Thank you Valentin :)
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/fe4a2767f51f
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: