Closed
Bug 616214
Opened 15 years ago
Closed 9 years ago
crash [@ icalproperty_new_clone]
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1282130
People
(Reporter: wsmwk, Unassigned)
References
Details
(Keywords: crash, Whiteboard: [rare])
Crash Data
crash [@ icalproperty_new_clone]
bp-15160794-4ee0-4ad2-be29-b8c312101129
EXCEPTION_ACCESS_VIOLATION_READ
0x15b00042
0 calbscmp.dll icalproperty_new_clone calendar/libical/src/libical/icalproperty.c:135
1 calbscmp.dll calIcalComponent::AddProperty calendar/base/src/calICSService.cpp:1171
| Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ icalproperty_new_clone]
| Reporter | ||
Comment 1•14 years ago
|
||
only a couple in the past month for v7.
bp-d4a2550d-65bf-4b1c-87da-413152110928
Whiteboard: [rare]
Comment 2•10 years ago
|
||
An ExQuilla user was crashing with this:
bp-f10f6e26-f8f2-48ad-aaa8-157d92151014
but looking over reports, there were 100 crashes in the last 7 days. That is not rare, but not a top crash either. I did some spot checks and it did not seem particularly correlated with ExQuilla.
Comment 3•10 years ago
|
||
Crash is here, presumably with a null old:
icalproperty *new = icalproperty_new_impl(old->kind);
Seems like there is a check a few lines later, but too late to do any good:
icalerror_check_arg_rz((old!=0),"old");
I'm not exactly an ical wizard, but shouldn't that check line be moved?
Updated•9 years ago
|
See Also: → CVE-2016-5823
Comment 4•9 years ago
|
||
This has been fixed in bug 1282130.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•