The Samba-Bugzilla – Attachment 18082 Details for
Bug 15464
libnss_winbind causes memory corruption since samba-4.18, impacts sendmail, zabbix, potentially more
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Potential fix
b15464-fix-libnss_winbind-pthread_key_delete-after-pthread_key_delete.patch (text/plain), 396 bytes, created by
Krzysztof Olędzki
on 2023-09-07 07:35:55 UTC
(
hide
)
Description:
Potential fix
Filename:
MIME Type:
Creator:
Krzysztof Olędzki
Created:
2023-09-07 07:35:55 UTC
Size:
396 bytes
patch
obsolete
>--- 1/nsswitch/wb_common.c 2023-09-02 13:38:34.506064173 -0700 >+++ 2/nsswitch/wb_common.c 2023-09-06 23:43:49.393985656 -0700 >@@ -66,6 +66,12 @@ > struct winbindd_context *ctx = NULL; > int ret; > >+ if (!wb_global_ctx.initialized) { >+ return; >+ } >+ >+ wb_global_ctx.initialized = false; >+ > ctx = (struct winbindd_context *)pthread_getspecific(wb_global_ctx.key); > if (ctx == NULL) { > return;
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 15464
:
18079
|
18080
|
18081
|
18082
|
18103
|
18104