The Samba-Bugzilla – Attachment 3822 Details for
Bug 5953
smbclient crashes: cli_list_new segmentation fault
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
wild guess...
5953.diff (text/plain), 561 bytes, created by
Volker Lendecke
on 2008-12-21 04:05:41 UTC
(
hide
)
Description:
wild guess...
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2008-12-21 04:05:41 UTC
Size:
561 bytes
patch
obsolete
>diff --git a/source/libsmb/clireadwrite.c b/source/libsmb/clireadwrite.c >index 057e647..806c57c 100644 >--- a/source/libsmb/clireadwrite.c >+++ b/source/libsmb/clireadwrite.c >@@ -489,6 +489,8 @@ static bool cli_issue_write(struct cli_state *cli, > /* We can only do direct writes if not signing and not encrypting. */ > bool direct_writes = !client_is_signing_on(cli) && !cli_encryption_on(cli); > >+ direct_writes = false; >+ > if (!direct_writes && size + 1 > cli->bufsize) { > cli->outbuf = (char *)SMB_REALLOC(cli->outbuf, size + 1024); > if (!cli->outbuf) {
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 5953
:
3787
|
3789
|
3790
|
3805
|
3809
|
3814
|
3816
|
3818
|
3820
|
3821
|
3822
|
3823
|
3824
|
3835