Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:Update
aaa_base
git-38-4c0060639f6fa854830a708a823976772afe7764...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File git-38-4c0060639f6fa854830a708a823976772afe7764.patch of Package aaa_base
commit 4c0060639f6fa854830a708a823976772afe7764 Author: Lukas Lansky <lukas.lansky@suse.com> Date: Tue Mar 2 20:40:05 2021 +0100 Fixing possible resource leak. Found by running ccpcheck on the source code. diff --git a/get_kernel_version.c b/get_kernel_version.c index c042487..12e713a 100644 --- a/get_kernel_version.c +++ b/get_kernel_version.c @@ -84,6 +84,7 @@ main (int argc, char *argv[]) if (fp == NULL) { fprintf (stderr, "%s: faild\n", command); + close (fd); return 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