The Samba-Bugzilla – Attachment 6344 Details for
Bug 8021
Incorrect string termination in volume/volume_name for TRANS2-QUERY_FS_INFO/Info Volume
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix for 3.5.next
0001-Fix-bug-8021-Incorrect-string-termination-in-volume-.patch (text/plain), 938 bytes, created by
Jeremy Allison
on 2011-03-24 21:26:19 UTC
(
hide
)
Description:
git-am fix for 3.5.next
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2011-03-24 21:26:19 UTC
Size:
938 bytes
patch
obsolete
>From 8dcc13933d5c17e2526db81608d75ec671bf09fd Mon Sep 17 00:00:00 2001 >From: Volodymyr Khomenko <Volodymyr_Khomenko@dell.com> >Date: Thu, 24 Mar 2011 14:25:03 -0700 >Subject: [PATCH] Fix bug 8021 - Incorrect string termination in volume/volume_name for TRANS2-QUERY_FS_INFO/Info Volume. > >--- > source3/smbd/trans2.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c >index 84139da..8d7c5d1 100644 >--- a/source3/smbd/trans2.c >+++ b/source3/smbd/trans2.c >@@ -2979,7 +2979,7 @@ cBytesSector=%u, cUnitTotal=%u, cUnitAvail=%d\n", (unsigned int)st.st_ex_dev, (u > pdata, flags2, > pdata+l2_vol_szVolLabel, vname, > PTR_DIFF(end_data, pdata+l2_vol_szVolLabel), >- STR_NOALIGN|STR_TERMINATE); >+ STR_NOALIGN); > SCVAL(pdata,l2_vol_cch,len); > data_len = l2_vol_szVolLabel + len; > DEBUG(5,("smbd_do_qfsinfo : time = %x, namelen = %d, name = %s\n", >-- >1.7.3.1 >
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:
metze
:
review-
Actions:
View
Attachments on
bug 8021
:
6299
|
6300
| 6344