After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 744661 - Crash under time_val_from_icaltime()
Crash under time_val_from_icaltime()
Status: RESOLVED FIXED
Product: bijiben
Classification: Applications
Component: general
3.15.x
Other Linux
: Normal critical
: ---
Assigned To: Bijiben maintainer(s)
Bijiben maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-02-17 13:12 UTC by Milan Crha
Modified: 2018-01-03 11:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (658 bytes, patch)
2015-02-17 13:12 UTC, Milan Crha
committed Details | Review

Description Milan Crha 2015-02-17 13:12:35 UTC
Created attachment 297019 [details] [review]
proposed patch

It can happen that a NULL 'itt' is passed into time_val_from_icaltime(), which eventually causes a crash. The attached patch fixes the crash by checking for input parameters correctness.