[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-1160-ged9d22f

Karolin Seeger kseeger at samba.org
Sat Jun 27 08:14:21 GMT 2009


The branch, v3-4-test has been updated
       via  ed9d22f23789aa0b3c3c69aabcd398d52c95de5b (commit)
      from  410fa8258169bc9b4a61164cd893746d3e6abfae (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit ed9d22f23789aa0b3c3c69aabcd398d52c95de5b
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Jun 16 11:51:11 2009 +0200

    s3/lanman: Workaround for KB932762.
    
    This addresses bug #6498.
    (cherry picked from commit a702dea5a86f22e0b7857b67447152a06b3bbea2)

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/lanman.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/lanman.c b/source3/smbd/lanman.c
index 1672c51..b15e685 100644
--- a/source3/smbd/lanman.c
+++ b/source3/smbd/lanman.c
@@ -1214,6 +1214,7 @@ static int get_server_info(uint32 servertype,
 			continue;
 		}
 		fstrcpy(s->comment, p);
+		string_truncate(s->comment, MAX_SERVER_STRING_LENGTH);
 
 		s->domain[0] = '\0';
 		if (!next_token_talloc(frame,&ptr,&p, NULL)) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list