summaryrefslogtreecommitdiff
path: root/term/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-01-30 05:29:56 +0000
committerThomas Bushnell <thomas@gnu.org>1999-01-30 05:29:56 +0000
commit229a2b3040a479ccc6052fe6d6c464fe301151c9 (patch)
treee58567a4216d98148785610e4264084575934566 /term/ChangeLog
parent9a6d074200ca9eb2f2f4a4fdb804f33ecef5da17 (diff)
Sat Jan 30 00:27:14 1999 Thomas Bushnell, BSG <tb@mit.edu>
* munge.c (create_queue): Make sure that malloc succeeds. Reported by OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>.
Diffstat (limited to 'term/ChangeLog')
-rw-r--r--term/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/term/ChangeLog b/term/ChangeLog
index f3aee05e..88ae64c9 100644
--- a/term/ChangeLog
+++ b/term/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jan 30 00:27:14 1999 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * munge.c (create_queue): Make sure that malloc succeeds.
+ Reported by OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>.
+
1998-10-24 Roland McGrath <roland@baalperazim.frob.com>
* users.c (open_hook): Assert DTR if NO_CARRIER, even for CLOCAL.