The Samba-Bugzilla – Attachment 16741 Details for
Bug 14779
Winbind should not start if the socket path is too long
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
additional patch for 4.15
0001-s3-winbindd-Pass-the-right-variable-to-the-debug-mes.patch (text/plain), 960 bytes, created by
Andreas Schneider
on 2021-08-17 15:07:19 UTC
(
hide
)
Description:
additional patch for 4.15
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2021-08-17 15:07:19 UTC
Size:
960 bytes
patch
obsolete
>From a8b3d5e22a2f30bf6cd147d720c18d9543acc199 Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@samba.org> >Date: Wed, 11 Aug 2021 14:58:39 +0200 >Subject: [PATCH] s3:winbindd: Pass the right variable to the debug message > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=14779 > >Signed-off-by: Andreas Schneider <asn@samba.org> >Reviewed-by: Jeremy Allison <jra@samba.org> >(cherry picked from commit 25941a1f97229ef27ee5ac7cc6bc9e7a300fcca0) >--- > source3/winbindd/winbindd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c >index 89e62b43ca0..9b148b18a58 100644 >--- a/source3/winbindd/winbindd.c >+++ b/source3/winbindd/winbindd.c >@@ -1826,7 +1826,7 @@ int main(int argc, const char **argv) > "(%zu >= %zu)\n", > lp_winbindd_socket_directory(), > WINBINDD_SOCKET_NAME, >- winbindd_socket_dir_len, >+ winbindd_socket_len, > sun_path_len); > exit(1); > } >-- >2.32.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:
jra
:
review+
Actions:
View
Attachments on
bug 14779
:
16714
|
16717
| 16741