Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:jberkman
evolution-data-server-2.6
fix-194691-evo-startup-crash.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-194691-evo-startup-crash.diff of Package evolution-data-server-2.6
Index: e-source-group.c =================================================================== RCS file: /cvs/gnome/evolution-data-server/libedataserver/e-source-group.c,v retrieving revision 1.12 diff -u -p -r1.12 e-source-group.c --- e-source-group.c 23 Mar 2006 09:16:49 -0000 1.12 +++ libedataserver/e-source-group.c 31 Jul 2006 06:35:18 -0000 @@ -416,8 +416,12 @@ e_source_group_uid_from_xmldoc (xmlDocPt xmlNodePtr root = doc->children; xmlChar *name; char *retval; - - if (strcmp (root->name, "group") != 0) + + if (root && root->name) { + if (strcmp (root->name, "group") != 0) + return NULL; + } + else return NULL; name = xmlGetProp (root, "uid");
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor