Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1
dbench4
fileio_leak_repair.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fileio_leak_repair.diff of Package dbench4
--- dbench-3.04.orig/fileio.c 2004-12-13 03:26:32.000000000 +0100 +++ dbench-3.04/fileio.c 2010-01-21 17:12:30.000000000 +0100 @@ -161,7 +161,11 @@ dname = strdup(name); p = strrchr(dname, '/'); - if (!p) return; + if (!p) + { + free( dname); + return; + } *p = 0; fname = p+1;
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