]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()
authorDavid Howells <dhowells@redhat.com>
Tue, 8 Sep 2020 21:09:04 +0000 (22:09 +0100)
committerDavid Howells <dhowells@redhat.com>
Mon, 5 Oct 2020 15:33:37 +0000 (16:33 +0100)
commitb67df5173b3f878ccc8d01b11518ff7e97d53a30
tree10d74c09539ed93ee542ead429e44f1509e34f00
parentd8c1b6b2d768950de084cf48ecf69c1461d1c3f1
rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()

If rxrpc_read() (which allows KEYCTL_READ to read a key), sees a token of a
type it doesn't recognise, it can BUG in a couple of places, which is
unnecessary as it can easily get back to userspace.

Fix this to print an error message instead.

Fixes: 35cef4351aa0 ("RxRPC: Parse security index 5 keys (Kerberos 5)")
Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/key.c