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 604937 - libcamel doesn't check NULL enough
libcamel doesn't check NULL enough
Status: RESOLVED DUPLICATE of bug 573125
Product: evolution-data-server
Classification: Platform
Component: Mailer
2.28.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2009-12-18 17:30 UTC by Ted Gould
Modified: 2009-12-18 21:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for lots of NULL checks (3.64 KB, patch)
2009-12-18 17:31 UTC, Ted Gould
none Details | Review

Description Ted Gould 2009-12-18 17:30:23 UTC
I got a crash as the database seems to be returning NULL for some of the columns in the lookup.  I checked for NULL.  Which then led to more issue of not checking NULL.  In the end this ended up being a large "anti-NULL" patch.

https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/498189
Comment 1 Ted Gould 2009-12-18 17:31:18 UTC
Created attachment 150013 [details] [review]
Patch for lots of NULL checks
Comment 2 Milan Crha 2009-12-18 21:31:55 UTC
Thanks for a bug report and patch. You have it more extended than the one from 
bug #573125, where your bug report is a duplicate of. I agree that evolution should be more wise here, though the correct fix might also be to fix underlying data, thus the database. That's how I understand why the above mentioned patch wasn't approved for inclusion yet.

*** This bug has been marked as a duplicate of bug 573125 ***