Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
openslp.7793
openslp.xrealloc.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openslp.xrealloc.diff of Package openslp.7793
--- ./common/slp_xmalloc.c.orig 2016-09-13 11:46:35.749065088 +0000 +++ ./common/slp_xmalloc.c 2016-09-13 11:48:03.785749186 +0000 @@ -203,6 +203,8 @@ void * _xrealloc(const char * file, int if (x->size != size) { newptr = _xmalloc(file, line, size); + if (!newptr) + return 0; memcpy(newptr, ptr, x->size); _xfree(file, line, x); }
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