projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e35de02
)
[AF_RXRPC]: Add a missing goto
author
David Howells
<dhowells@redhat.com>
Fri, 7 Dec 2007 12:31:47 +0000
(
04:31
-0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 7 Dec 2007 12:31:47 +0000
(
04:31
-0800)
Add a missing goto to error handling in the RXKAD security module for
AF_RXRPC.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rxrpc/rxkad.c
patch
|
blob
|
history
diff --git
a/net/rxrpc/rxkad.c
b/net/rxrpc/rxkad.c
index
e09a95a
..
8e69d69
100644
(file)
--- a/
net/rxrpc/rxkad.c
+++ b/
net/rxrpc/rxkad.c
@@
-1021,6
+1021,7
@@
static int rxkad_verify_response(struct rxrpc_connection *conn,
abort_code = RXKADINCONSISTENCY;
if (version != RXKAD_VERSION)
+ goto protocol_error;
abort_code = RXKADTICKETLEN;
if (ticket_len < 4 || ticket_len > MAXKRB5TICKETLEN)