The Samba-Bugzilla – Attachment 18712 Details for
Bug 15908
uninitialized read leads to hanging rpcd_spoolss
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for 4.23, cherry-picked from master
0001-printing-Fix-an-uninitialized-read.patch (text/plain), 1.15 KB, created by
Björn Baumbach
on 2025-09-09 11:30:20 UTC
(
hide
)
Description:
fix for 4.23, cherry-picked from master
Filename:
MIME Type:
Creator:
Björn Baumbach
Created:
2025-09-09 11:30:20 UTC
Size:
1.15 KB
patch
obsolete
>From 78aded5f12e32e09cf9a80adb752a51067a0dc43 Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Mon, 8 Sep 2025 18:19:01 +0200 >Subject: [PATCH] printing: Fix an uninitialized read >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=15908 > >Signed-off-by: Volker Lendecke <vl@samba.org> >Reviewed-by: Björn Baumbach <bb@sernet.de> > >Autobuild-User(master): Björn Baumbach <bb@sernet.de> >Autobuild-Date(master): Tue Sep 9 11:06:34 UTC 2025 on atb-devel-224 > >(cherry picked from commit a6dcf78483d7ae492e695d30c5c783df8e7879d8) >--- > source3/printing/print_generic.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/printing/print_generic.c b/source3/printing/print_generic.c >index d5bfa9ea527..7c7a14de045 100644 >--- a/source3/printing/print_generic.c >+++ b/source3/printing/print_generic.c >@@ -161,7 +161,7 @@ static int generic_queue_get(const char *printer_name, > print_status_struct *status) > { > char **qlines; >- int fd; >+ int fd = -1; > int numlines, i, qcount; > print_queue_struct *queue = NULL; > >-- >2.43.0 >
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
Flags:
bbaumbach
:
review+
vl
:
review+
Actions:
View
Attachments on
bug 15908
: 18712