Closed
Bug 994524
Opened 11 years ago
Closed 11 years ago
[Follow up of bug 989135] Fix ssid buffer may overflow
Categories
(Firefox OS Graveyard :: Wifi, defect)
Tracking
(blocking-b2g:1.3T+, b2g-v1.3T fixed, b2g-v1.4 fixed, b2g-v2.0 fixed)
People
(Reporter: dimi, Assigned: dimi)
Details
Attachments
(1 file)
5.32 KB,
patch
|
chucklee
:
review+
bajaj
:
approval-mozilla-b2g30+
|
Details | Diff | Splinter Review |
According to Comment 14 of bug 989135, need a fix for possible overflow case
Assignee | ||
Comment 1•11 years ago
|
||
Change char string operation to nsCString to avoid buffer overflow , writing own string operate function
Attachment #8405158 -
Flags: review?(chulee)
Comment on attachment 8405158 [details] [diff] [review]
Bug_994524_v1.patch
Review of attachment 8405158 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, thank you.
Attachment #8405158 -
Flags: review?(chulee) → review+
Assignee | ||
Updated•11 years ago
|
blocking-b2g: --- → 1.3T?
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•11 years ago
|
Attachment #8405158 -
Flags: approval-mozilla-aurora?
Comment 4•11 years ago
|
||
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.5 S1 (9may)
Comment 6•11 years ago
|
||
status-b2g-v1.3T:
--- → fixed
Comment 7•11 years ago
|
||
dlee, can you please follow the guidelines at https://wiki.mozilla.org/Release_Management/Uplift_rules#Guidelines_on_approval_comments and fill in the details request on the approval request comment for aurora ?
status-b2g-v1.4:
--- → affected
Flags: needinfo?(dlee)
Assignee | ||
Comment 8•11 years ago
|
||
comment for aurora approval request for attachment Bug_994524_v1.patch
[Approval Request Comment]
Bug caused by : This is regressing bug 989135
User impact if declined : For wifi hotspot mode, if user input too many characters with " or \ in
SSID, it may cause net worker thread crash. Then wifi or hot spot will
malfunction.
Testing completed : Yes.
Risk to taking this patch : Low, because changing internal string buffer management from character
array to nsCString which avoid the possibility of buffer overflow.
String or IDL/UUID changes made by this patch: None.
Flags: needinfo?(dlee)
Updated•11 years ago
|
Attachment #8405158 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 9•11 years ago
|
||
Looks like bug 989135 never got nominated for 1.4 uplift?
Comment 11•11 years ago
|
||
Comment on attachment 8405158 [details] [diff] [review]
Bug_994524_v1.patch
This most the boat for v1.4 when it was on Aurora. Switching the approval request over to b2g30 where it now is.
Attachment #8405158 -
Flags: approval-mozilla-aurora+ → approval-mozilla-b2g30?
Updated•11 years ago
|
Attachment #8405158 -
Flags: approval-mozilla-b2g30? → approval-mozilla-b2g30+
Comment 12•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•