Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring0rb
zlib
zlib-1.2.11-covscan-issues-rhel9.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File zlib-1.2.11-covscan-issues-rhel9.patch of Package zlib
From a7d3c3076dc316f1408f56af86a72a17fcfdf5dd Mon Sep 17 00:00:00 2001 From: Ilya Leoshkevich <iii@linux.ibm.com> Date: Wed, 27 Apr 2022 14:37:54 +0200 Subject: [PATCH] zlib-1.2.11-covscan-issues-rhel9.patch --- contrib/minizip/mztools.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/contrib/minizip/mztools.c b/contrib/minizip/mztools.c index 96891c2e0..1197928a7 100644 --- a/contrib/minizip/mztools.c +++ b/contrib/minizip/mztools.c @@ -286,6 +286,14 @@ uLong* bytesRecovered; } } else { err = Z_STREAM_ERROR; + if(fpZip != NULL) + fclose(fpZip); + + if(fpOut != NULL) + fclose(fpOut); + + if(fpOutCD != NULL) + fclose(fpOutCD); } return err; }
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