Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
xen.950
libxen_permissive.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libxen_permissive.patch of Package xen.950
Index: xen-4.2.0-testing/tools/libxen/src/xen_common.c =================================================================== --- xen-4.2.0-testing.orig/tools/libxen/src/xen_common.c +++ xen-4.2.0-testing/tools/libxen/src/xen_common.c @@ -904,8 +904,15 @@ static void parse_into(xen_session *s, x 0 != strcmp((char *)value_node->children->name, "struct") || value_node->children->children == NULL) { +#if PERMISSIVE + fprintf(stderr, + "Expected Map from the server, but didn't get one\n"); + ((arbitrary_map **)value)[slot] = NULL; +#else + server_error(s, "Expected Map from the server, but didn't get it"); +#endif } else {
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