Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:acdc:as_python3_module
device-mapper
bug-1150021_14-bcache-Fix-memory-leak-in-error-...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bug-1150021_14-bcache-Fix-memory-leak-in-error-path.patch of Package device-mapper
From deaf304ee6d88cd47632a345b92b3949cd06d752 Mon Sep 17 00:00:00 2001 From: Marian Csontos <mcsontos@redhat.com> Date: Wed, 4 Mar 2020 13:22:10 +0100 Subject: [PATCH 2/2] bcache: Fix memory leak in error path --- lib/device/bcache.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/device/bcache.c b/lib/device/bcache.c index 77d1543..a74b6b3 100644 --- a/lib/device/bcache.c +++ b/lib/device/bcache.c @@ -515,6 +515,7 @@ static bool _sync_issue(struct io_engine *ioe, enum dir d, int fd, (unsigned long long)limit_nbytes, (unsigned long long)extra_nbytes, (unsigned long long)_last_byte_sector_size); + free(io); return false; } } -- 1.8.3.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