Closed
Bug 1517606
Opened 7 years ago
Closed 7 years ago
Infinite loop in Bugzilla::Extension::BMO::_inject_headers_into_body()
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dylan, Assigned: dylan)
References
Details
Attachments
(2 files)
When Bugzilla::Extension::BMO::_inject_headers_into_body() gets an email with a 'X-Bugzilla-Changed-Fields' containing an unrecognized field, it enters an infinite loop. I have added a failing test case to extensions/BMO/t/inject_headers_into_body.t that triggers this. Still not sure how to fix it.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Assignee: nobody → dylan
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Attachment #9034310 -
Attachment description: GitHub Pull Request → Change logic for extracting fields for 'headers in body' feature
Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Extensions: SecureMail → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•