commit | ea1be1a3c3c4b2bbc32aeb7995e18336c8060e0e | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Tue Jul 12 18:24:43 2011 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Tue Jul 12 19:14:24 2011 +0000 |
tree | b9f057cb63be2fb16a48c5e1a0214dd4089d84c1 | |
parent | 62411ab2fe5f002dff27417630ddf02cc40ca404 [diff] |
[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 <error27@gmail.com> Signed-off-by: Steve French <sfrench@us.ibm.com>