[krbdev.mit.edu #7524] SVN Commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Wed Jan 9 10:08:47 EST 2013


Fix void pointer arithmetic in oid_ops.c

When asserting that out has advanced the expected number of bytes in
generic_gss_str_to_oid, avoid adding to oid->elements, which is a void
pointer.  Instead subtract from out and compare.

https://github.com/krb5/krb5/commit/fc20ae13f18260930433d6239554f24bb50312a3
Author: Greg Hudson <ghudson at mit.edu>
Commit: fc20ae13f18260930433d6239554f24bb50312a3
Branch: master
 src/lib/gssapi/generic/oid_ops.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



More information about the krb5-bugs mailing list