Skip to content

Commit

Permalink
Luke Howard indicates that ser_sctx.c does not account for the size o…
Browse files Browse the repository at this point in the history
…f the context times.

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/mskrb-integ@21687 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
hartmans committed Jan 3, 2009
1 parent 49c7eea commit eb2a7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/gssapi/krb5/ser_sctx.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ kg_ctx_size(kcontext, arg, sizep)
*/
kret = EINVAL;
if ((ctx = (krb5_gss_ctx_id_rec *) arg)) {
required = 18*sizeof(krb5_int32);
required = 21*sizeof(krb5_int32);
required += 2*sizeof(krb5_int64);
required += sizeof(ctx->seed);

Expand Down

0 comments on commit eb2a7ec

Please sign in to comment.