commit | 2e8a05d80213cdfbf3bf8e6eb3059831c7015e89 | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilovsky@samba.org> | Thu Jul 10 10:21:15 2014 +0400 |
committer | Steve French <smfrench@gmail.com> | Sat Aug 02 01:23:04 2014 -0500 |
tree | 571a362d0bb4af0d8e2a7e60b9082d906221b329 | |
parent | b3160aebb49b5e07f6bc3b8c5bed6013ca9e422e [diff] |
CIFS: Fix possible buffer corruption in cifs_user_read() If there was a short read in the middle of the rdata list, we can end up with a corrupt output buffer. Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> Signed-off-by: Steve French <smfrench@gmail.com>