Pan Bian 4edabfd7d0 NFSv4: check return value of xdr_inline_decode
Function xdr_inline_decode() will return a NULL pointer if the input
buffer does not have long enough buffer to decode nbytes of data.
However, in function decode_op_map(), the return value of
xdr_inline_decode() is not validated before it is used. This patch adds
a check to the return value of xdr_inline_decode().

Signed-off-by: Pan Bian <bianpan2016@163.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
2017-04-28 13:06:59 -04:00
..
2017-03-17 14:16:22 -07:00
2017-04-21 10:45:01 -04:00
2017-04-20 13:33:09 -04:00
2017-04-26 13:03:04 -04:00
2017-04-20 15:51:23 -04:00
2017-04-20 15:51:23 -04:00
2012-07-30 19:06:41 -04:00
2015-02-03 11:06:34 -08:00
2016-03-31 00:30:15 -04:00
2017-04-20 13:39:35 -04:00
2015-04-23 15:16:14 -04:00
2015-04-23 15:16:14 -04:00
2016-05-17 15:47:55 -04:00
2012-07-30 19:06:52 -04:00
2016-07-30 16:33:25 -07:00
2017-04-21 10:45:01 -04:00
2017-04-20 14:00:41 -04:00
2017-01-30 13:14:50 -05:00
2016-07-20 23:30:06 -04:00
2017-04-26 13:03:04 -04:00