Closed
Bug 810330
Opened 13 years ago
Closed 13 years ago
Port Bio 1772 - IRC account disconnects on receiving action messages containing line breaks
Categories
(Thunderbird :: Instant Messaging, defect)
Thunderbird
Instant Messaging
Tracking
(thunderbird17 fixed, thunderbird18 fixed)
RESOLVED
FIXED
Thunderbird 19.0
People
(Reporter: florian, Assigned: clokep)
References
()
Details
Attachments
(1 file)
|
3.75 KB,
patch
|
standard8
:
approval-comm-aurora+
standard8
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
Filing a BMO bug to request approval on the patch. I think we want to take this patch for Thunderbird 17.
Approval request comments:
- limited risk: very trivial change, replacing . with [\s\S] in a regexp to also match the \n character.
- Unit test included in the patch.
- impact: possible security issue if this bug is abused (it's possible to trigger this bug remotely to cause an IRC account connected with Thunderbird to be disconnected.)
Attachment #680082 -
Flags: approval-comm-beta?
Attachment #680082 -
Flags: approval-comm-aurora?
| Reporter | ||
Comment 1•13 years ago
|
||
Assignee: nobody → clokep
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 19.0
Updated•13 years ago
|
Attachment #680082 -
Flags: approval-comm-beta?
Attachment #680082 -
Flags: approval-comm-beta+
Attachment #680082 -
Flags: approval-comm-aurora?
Attachment #680082 -
Flags: approval-comm-aurora+
Comment 2•13 years ago
|
||
https://hg.mozilla.org/releases/comm-aurora/rev/68fceec2149b
https://hg.mozilla.org/releases/comm-beta/rev/82fcebdc15e2
status-thunderbird17:
--- → fixed
status-thunderbird18:
--- → fixed
| Reporter | ||
Comment 3•13 years ago
|
||
(In reply to Mark Banner (:standard8) from comment #2)
> https://hg.mozilla.org/releases/comm-aurora/rev/68fceec2149b
> https://hg.mozilla.org/releases/comm-beta/rev/82fcebdc15e2
Actually, the links you wanted to paste are:
https://hg.mozilla.org/releases/comm-aurora/rev/7ecd8dae0053
https://hg.mozilla.org/releases/comm-beta/rev/161c4dc3487c
You need to log in
before you can comment on or make changes to this bug.
Description
•