Closed
Bug 725224
Opened 9 years ago
Closed 9 years ago
printf SEGV when passing NULL string on Solaris 10 in icalparser.c
Categories
(Calendar :: Internal Components, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.3
People
(Reporter: ginnchen+exoracle, Assigned: ginnchen+exoracle)
Details
(Whiteboard: [libical-upstream?])
Attachments
(1 file)
932 bytes,
patch
|
Fallen
:
review+
|
Details | Diff | Splinter Review |
On Solaris 10, printf("%s", 0) will cause SEGV. In icalparser.c, icalproperty_kind_to_string() returns 0 and caused SEGV with Gloda enabled.
Comment 2•9 years ago
|
||
Upstream for this is at http://freeassociation.svn.sourceforge.net/viewvc/freeassociation/trunk/libical/src/libical/icalparser.c?revision=1114&view=markup
Comment 3•9 years ago
|
||
Pushed to comm-central changeset e8afafcf0a12
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.5
Comment 4•9 years ago
|
||
Backported to releases/comm-aurora changeset 8811915b46f3
Target Milestone: 1.5 → 1.4
Comment 5•9 years ago
|
||
Backported to releases/comm-beta changeset e5f48721a629
Target Milestone: 1.4 → 1.3
Comment 6•9 years ago
|
||
(In reply to Philipp Kewisch [:Fallen] from comment #3) > Pushed to comm-central changeset e8afafcf0a12 r+ is missing1 ;)
Updated•9 years ago
|
Whiteboard: [libical-upstream?]
Comment 7•9 years ago
|
||
Comment on attachment 595335 [details] [diff] [review] patch My bad :)
Attachment #595335 -
Flags: review?(philipp) → review+
You need to log in
before you can comment on or make changes to this bug.
Description
•