diff options
author | Steve French <sfrench@us.ibm.com> | 2009-04-20 15:45:13 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-04-20 15:45:13 -0400 |
commit | ff6945279d45edd8f6b0a5ddb1ef16cecce3ea9c (patch) | |
tree | dc27dca04c8a1b97e94aba02d5708a8cb20cda82 /fs/cifs/CHANGES | |
parent | ff54250a0ebab7f90a5f848a0ba63f999830c872 (diff) |
[CIFS] Make cifs_unlink consistent in checks for null inode
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 9d1fb6ec8a5a..1bf818136276 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -1,3 +1,9 @@ | |||
1 | Version 1.58 | ||
2 | ------------ | ||
3 | Guard against buffer overruns in various UCS-2 to UTF-8 string conversions | ||
4 | when the UTF-8 string is composed of unusually long (more than 4 byte) converted | ||
5 | characters. | ||
6 | |||
1 | Version 1.57 | 7 | Version 1.57 |
2 | ------------ | 8 | ------------ |
3 | Improve support for multiple security contexts to the same server. We | 9 | Improve support for multiple security contexts to the same server. We |