[krbdev.mit.edu #8034] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Wed Nov 5 14:35:11 EST 2014


Fix input race condition in t_skew.py

In two of the kinit tests run by t_skew.py, we expect kinit to exit
before reading the password.  If we supply a password input for those
commands, we can fail with a broken pipe exception if the master
process tries to write the password after the slave process exits.

Also correctly check the output of the last kinit invocation.

https://github.com/krb5/krb5/commit/2457bf66c466321dd36cd3c76bc36bb589d31587
Author: Greg Hudson <ghudson at mit.edu>
Commit: 2457bf66c466321dd36cd3c76bc36bb589d31587
Branch: master
 src/tests/t_skew.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)



More information about the krb5-bugs mailing list