Windows Build of Kerberos V5 Release 1.19.1
Wagner Thomas 6220 sIT
Thomas.Wagner at erstegroup.com
Mon Apr 26 05:03:43 EDT 2021
Dear developer team,
We tried to build a windows version of 1.19.1 and raised an C-runtime exception decoding a kerberos ticket.
We think that we found following issue:
.\krb5-1.19.1\src\lib\krb5\rcache\rc_defl.c
line 70:
*fd_out = open(O_CREAT | O_RDWR | O_BINARY, 0600);
The filename is missing as parameter one.
*fd_out = open(fname, O_CREAT | O_RDWR | O_BINARY, 0600);
Please have a look on this.
Best regards
Thomas Wagner
More information about the krbdev
mailing list