Files
linux/fs
Dan Carpenter 7875520669 cifs: remove bogus debug code
commit d367cb960c upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-05-16 09:37:27 +09:00
..
2023-05-16 08:47:30 +09:00
2023-05-15 16:47:08 +09:00
2023-05-16 09:37:27 +09:00
2023-05-15 14:09:19 +09:00
2023-05-16 08:47:10 +09:00
2023-05-16 08:48:08 +09:00
2017-11-30 08:39:04 +00:00
2023-05-16 08:54:54 +09:00
2023-05-15 11:49:44 +09:00
2023-05-16 09:28:04 +09:00
2023-05-15 10:36:26 +09:00
2023-05-16 08:57:17 +09:00
2017-07-05 16:18:14 +02:00
2023-05-15 17:11:10 +09:00
2017-09-20 09:59:51 +02:00
2017-09-26 00:32:37 -07:00
2017-09-26 00:32:37 -07:00
2018-02-17 13:21:15 +01:00
2017-06-14 15:06:01 +02:00