Closed
Bug 1770146
Opened 3 years ago
Closed 3 years ago
If vCard parsing fails, address book breaks
Categories
(Thunderbird :: Address Book, defect)
Tracking
(thunderbird102 fixed)
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
thunderbird102 | --- | fixed |
People
(Reporter: freaktechnik, Assigned: freaktechnik)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
If the parsing of a vCard fails (for example because of an invalid line, where instead of an address having \n it has an actual newline) the entire address book seems to break. As a result of the parsing error _vCardProperties
is undefined in AddrBookCard.jsm
and thus a bunch of code that assumes that the property will always have its methods fail.
Updated•3 years ago
|
Severity: -- → S2
Version: unspecified → Thunderbird 102
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → martin
Status: NEW → ASSIGNED
Assignee | ||
Updated•3 years ago
|
Keywords: checkin-needed-tb
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/5f8f46fb9fea
Ensure that an AddrBookCard always has vCardProperties. r=#thunderbird-reviewers,darktrojan
Assignee | ||
Updated•3 years ago
|
status-thunderbird102:
--- → fixed
Target Milestone: --- → 102 Branch
Updated•3 years ago
|
Blocks: tb102found
You need to log in
before you can comment on or make changes to this bug.
Description
•