The Samba-Bugzilla – Attachment 7045 Details for
Bug 8384
Windows XP clients seem to crash smbd process every once in a while
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix double-free caused by calling srv_spoolss_replycloseprinter twice.
samba-3.6.1-fix-duplicate-replycloseprinter.patch (text/plain), 467 bytes, created by
Henry Wong
on 2011-10-29 16:37:46 UTC
(
hide
)
Description:
Fix double-free caused by calling srv_spoolss_replycloseprinter twice.
Filename:
MIME Type:
Creator:
Henry Wong
Created:
2011-10-29 16:37:46 UTC
Size:
467 bytes
patch
obsolete
>diff -urp a/source3/rpc_server/spoolss/srv_spoolss_nt.c b/source3/rpc_server/spoolss/srv_spoolss_nt.c >--- a/source3/rpc_server/spoolss/srv_spoolss_nt.c 2011-10-29 12:03:49.000000000 -0400 >+++ b/source3/rpc_server/spoolss/srv_spoolss_nt.c 2011-10-29 12:07:40.000000000 -0400 >@@ -295,6 +295,7 @@ static void srv_spoolss_replycloseprinte > > if (prn_hnd->notify.cli_chan) { > prn_hnd->notify.cli_chan->active_connections--; >+ prn_hnd->notify.cli_chan = NULL; > } > } >
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 8384
:
6792
|
7026
|
7028
|
7032
| 7045 |
7062