summaryrefslogtreecommitdiffstats
path: root/src/util/pty/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1997-12-05 02:48:58 +0000
committerTom Yu <tlyu@mit.edu>1997-12-05 02:48:58 +0000
commit1c19e9f07aacf52c9775e0613cccca650b3268df (patch)
tree2e213cddc8f1d5fd1ef944013986ffed274ab766 /src/util/pty/ChangeLog
parent6344b9bc035f8ffd6dffe342ef89939ddabd532e (diff)
downloadkrb5-1c19e9f07aacf52c9775e0613cccca650b3268df.tar.gz
krb5-1c19e9f07aacf52c9775e0613cccca650b3268df.tar.xz
krb5-1c19e9f07aacf52c9775e0613cccca650b3268df.zip
* getpty.c (pty_getpty): Fix checks on string lengths to account
for terminating nul character. Some whitespace fixups. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10313 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/pty/ChangeLog')
-rw-r--r--src/util/pty/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog
index b25dc16e7..ebe846adc 100644
--- a/src/util/pty/ChangeLog
+++ b/src/util/pty/ChangeLog
@@ -1,3 +1,8 @@
+Thu Dec 4 21:48:12 1997 Tom Yu <tlyu@mit.edu>
+
+ * getpty.c (pty_getpty): Fix checks on string lengths to account
+ for terminating nul character. Some whitespace fixups.
+
Wed Dec 3 17:16:44 1997 Tom Yu <tlyu@mit.edu>
* pty_err.et: Add PTY_OPEN_SLAVE_TOOSHORT error code.