From: Steve French Date: Tue, 12 Jul 2011 18:24:43 +0000 (+0000) Subject: [CIFS] update limit for snprintf in cifs_construct_tcon X-Git-Tag: v3.0~20^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea1be1a3c3c4b2bbc32aeb7995e18336c8060e0e;p=pandora-kernel.git [CIFS] update limit for snprintf in cifs_construct_tcon In 34c87901e113 "Shrink stack space usage in cifs_construct_tcon" we change the size of the username name buffer from MAX_USERNAME_SIZE (256) to 28. This call to snprintf() needs to be updated as well. Reported by Dan Carpenter. Reviewed-by: Dan Carpenter Signed-off-by: Steve French --- Reading git-diff-tree failed