stdin: add read timeout checks (abort if no input for a long time)

This commit is contained in:
philsmd
2018-10-17 10:55:47 +02:00
parent 5b8a35a118
commit 73ed017daf
6 changed files with 61 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@
- Increased the maximum size of edata2 in Kerberos 5 TGS-REP etype 23
- Allow hashfile for -m 16800 to be used with -m 16801
- Make the masks parser more restrictive by rejecting a single '?' at the end of the mask (use ?? instead)
- Add a periodic check for read timeouts in stdin/pipe mode and abort if no input was provided
##
## Bugs