libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()
authorIlya Dryomov <idryomov@gmail.com>
Fri, 27 Jul 2018 17:45:36 +0000 (19:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Dec 2018 18:41:26 +0000 (19:41 +0100)
commit14118df4e7b4738815f222f5b20fceb3957ab206
treeacca575b9337f68d57cca8e90553e6a9b68fe1c1
parentfd6cc33d0775b0d902906d88dd05cc1a2a059f8d
libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()

commit f1d10e04637924f2b00a0fecdd2ca4565f5cfc3f upstream.

Allow for extending ceph_x_authorize_reply in the future.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Sage Weil <sage@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ceph/auth_x.c