Projects
openEuler:24.03:SP1:Everything
util-linux
_service:tar_scm:backport-libmount-fix-possible...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:backport-libmount-fix-possible-memory-leak.patch of Package util-linux
From 35ad7bf065db668d6604261066f049982563dabd Mon Sep 17 00:00:00 2001 From: Karel Zak <kzak@redhat.com> Date: Thu, 2 May 2024 10:15:29 +0200 Subject: [PATCH] libmount: fix possible memory leak Signed-off-by: Karel Zak <kzak@redhat.com> --- libmount/src/context_mount.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libmount/src/context_mount.c b/libmount/src/context_mount.c index 50e4a62..d0da770 100644 --- a/libmount/src/context_mount.c +++ b/libmount/src/context_mount.c @@ -541,9 +541,10 @@ static int do_mount(struct libmnt_context *cxt, const char *try_type) if (!rc) rc = mnt_context_call_hooks(cxt, MNT_STAGE_MOUNT); - if (org_type && rc != 0) + if (org_type && rc != 0) { __mnt_fs_set_fstype_ptr(cxt->fs, org_type); - org_type = NULL; + org_type = NULL; + } if (rc == 0 && try_type && cxt->update) { struct libmnt_fs *fs = mnt_update_get_fs(cxt->update); -- 2.33.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2