Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74694
b: refs/heads/master
c: 4aa9cb3
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and David S. Miller committed Dec 7, 2007
1 parent c3e823b commit 06f1d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e35de02615f97b785dc6f73cba421cea06bcbd10
refs/heads/master: 4aa9cb320e8081fbaec0c10eb0e077c8ca4d1ad9
1 change: 1 addition & 0 deletions trunk/net/rxrpc/rxkad.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 06f1d02

Please sign in to comment.