Author: metze Date: 2006-03-10 15:10:47 +0000 (Fri, 10 Mar 2006) New Revision: 14160
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14160 Log: don't write behind the buffer metze Modified: branches/SAMBA_4_0/source/libcli/raw/rawfile.c Changeset: Modified: branches/SAMBA_4_0/source/libcli/raw/rawfile.c =================================================================== --- branches/SAMBA_4_0/source/libcli/raw/rawfile.c 2006-03-10 14:39:59 UTC (rev 14159) +++ branches/SAMBA_4_0/source/libcli/raw/rawfile.c 2006-03-10 15:10:47 UTC (rev 14160) @@ -318,7 +318,6 @@ SIVAL(params, 40, ea_blob.length); SIVAL(params, 48, parms->ntcreatex.in.impersonation); SCVAL(params, 52, parms->ntcreatex.in.security_flags); - SCVAL(params, 53, 0); /* the empty string first forces the correct alignment */ smbcli_blob_append_string(tree->session, mem_ctx, &nt.in.params,"", 0);
