[krbdev.mit.edu #8533] Bug in src/tests/responder.c

Dorian Ducournau via RT rt-comment at krbdev.mit.edu
Fri Jan 6 11:31:00 EST 2017


Hello,


I found a bug line 229 of responder.c :


Instead of :


if (strncmp(chl->identities[0]->identity, "PKCS12:", 5) == 0)


should be :


if (strncmp(chl->identities[0]->identity, "PKCS12:", 7) == 0)



Regards


Dorian Ducournau




More information about the krb5-bugs mailing list