The Samba-Bugzilla – Attachment 18340 Details for
Bug 15659
Segmentation fault when deleting files in vfs_recycle
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
possible fix
0001-vfs_recycle.c-initialize-config-struct.patch (text/plain), 840 bytes, created by
Björn Jacke
on 2024-06-14 06:34:21 UTC
(
hide
)
Description:
possible fix
Filename:
MIME Type:
Creator:
Björn Jacke
Created:
2024-06-14 06:34:21 UTC
Size:
840 bytes
patch
obsolete
>From bccb1a436c47a86977ba173e04ee3ab96d280125 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Bj=C3=B6rn=20Jacke?= <bjacke@samba.org> >Date: Fri, 14 Jun 2024 06:23:37 +0200 >Subject: [PATCH] vfs_recycle.c: initialize config struct > >Signed-off-by: Bjoern Jacke <bjacke@samba.org> >--- > source3/modules/vfs_recycle.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/modules/vfs_recycle.c b/source3/modules/vfs_recycle.c >index 327a7eea06e3..611b1b89d73c 100644 >--- a/source3/modules/vfs_recycle.c >+++ b/source3/modules/vfs_recycle.c >@@ -435,7 +435,7 @@ static int recycle_unlink_internal(vfs_handle_struct *handle, > off_t file_size; /* space_avail; */ > bool exist; > int rc = -1; >- struct recycle_config_data *config; >+ struct recycle_config_data *config = NULL; > > SMB_VFS_HANDLE_GET_DATA(handle, > config, >-- >2.25.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 15659
:
18327
|
18340
|
18346