The Samba-Bugzilla – Attachment 238 Details for
Bug 711
Port 138 'Get Backup List Response' is corrupted in Samba 3.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Correct packet length.
look (text/plain), 610 bytes, created by
Jeremy Allison
on 2003-11-04 16:12:19 UTC
(
hide
)
Description:
Correct packet length.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2003-11-04 16:12:19 UTC
Size:
610 bytes
patch
obsolete
>Index: nmbd/nmbd_packets.c >=================================================================== >RCS file: /data/cvs/samba/source/nmbd/nmbd_packets.c,v >retrieving revision 1.52.2.6 >diff -u -r1.52.2.6 nmbd_packets.c >--- nmbd/nmbd_packets.c 27 Aug 2003 01:25:01 -0000 1.52.2.6 >+++ nmbd/nmbd_packets.c 5 Nov 2003 00:07:50 -0000 >@@ -1835,7 +1835,7 @@ > /* Setup the smb part. */ > ptr -= 4; /* XXX Ugliness because of handling of tcp SMB length. */ > memcpy(tmp,ptr,4); >- set_message(ptr,17,23 + len,True); >+ set_message(ptr,17,strlen(mailslot) + 1 + len,True); > memcpy(ptr,tmp,4); > > SCVAL(ptr,smb_com,SMBtrans);
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 711
:
233
|
234
| 238