[krbdev.mit.edu #8034] git commit

Tom Yu via RT rt-comment at krbdev.mit.edu
Tue Dec 16 14:25:53 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.

(cherry picked from commit 2457bf66c466321dd36cd3c76bc36bb589d31587)

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



More information about the krb5-bugs mailing list