diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2020-09-16 23:18:21 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2020-10-22 12:17:52 -0500 |
commit | d367cb960ce88914898cbfa43645c2e43ede9465 (patch) | |
tree | 43016086940927a504c63fd7c418e18c29629b96 /fs/fs_types.c | |
parent | 1af34fdd0799fed0b248fa2521ae9e2d69365742 (diff) | |
download | linux-d367cb960ce88914898cbfa43645c2e43ede9465.tar.bz2 |
cifs: remove bogus debug code
The "end" pointer is either NULL or it points to the next byte to parse.
If there isn't a next byte then dereferencing "end" is an off-by-one out
of bounds error. And, of course, if it's NULL that leads to an Oops.
Printing "*end" doesn't seem very useful so let's delete this code.
Also for the last debug statement, I noticed that it should be printing
"sequence_end" instead of "end" so fix that as well.
Reported-by: Dominik Maier <dmaier@sect.tu-berlin.de>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/fs_types.c')
0 files changed, 0 insertions, 0 deletions