svn rev #18961: trunk/src/lib/krb5/rcache/

epeisach@MIT.EDU epeisach at MIT.EDU
Mon Dec 18 06:27:00 EST 2006


Commit By: epeisach
Log Message: 
ticket: new
subject: krb5_rc_io_open_internal on error will call close(-1)

If there is an error in opening the replay cache - memory is freed, but 
close() is invoked with -1 (failure from open()).  While technically,
close() will return EBADF in such a case, and nothing bad will happen,
valgrind picks up on this and provides an error...




Changed Files:
U   trunk/src/lib/krb5/rcache/rc_io.c



More information about the cvs-krb5 mailing list