Skip to content

Commit e442468

Browse files
ChenXiaoSongsmfrench
authored andcommitted
smb/client: map NT_STATUS_BUFFER_OVERFLOW
See MS-CIFS 2.2.2.4 STATUS_BUFFER_OVERFLOW. Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent ba39063 commit e442468

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fs/smb/client/smb1maperror.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ static const struct {
113113
} ntstatus_to_dos_map[] = {
114114
{
115115
ERRSRV, ERR_NOTIFY_ENUM_DIR, NT_STATUS_NOTIFY_ENUM_DIR}, {
116+
ERRDOS, ERRmoredata, NT_STATUS_BUFFER_OVERFLOW}, {
116117
ERRDOS, ERRgeneral, NT_STATUS_UNSUCCESSFUL}, {
117118
ERRDOS, ERRbadfunc, NT_STATUS_NOT_IMPLEMENTED}, {
118119
ERRDOS, ERRbadpipe, NT_STATUS_INVALID_INFO_CLASS}, {

0 commit comments

Comments
 (0)