summaryrefslogtreecommitdiffstats
path: root/c/src/lib/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-11 21:21:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-11 21:21:43 +0000
commit38db58f82b958ad5dc75d38a57491419d1f26978 (patch)
tree9f4793130041c5fefac4f9b850721aa2ed6f6a69 /c/src/lib/ChangeLog
parent2001-10-11 Alexandra Kossovsky <sasha@oktet.ru> (diff)
downloadrtems-38db58f82b958ad5dc75d38a57491419d1f26978.tar.bz2
2001-10-11 Mike Siers <mikes@poliac.com>
* libc/termios.c: Fixed a memory leak in the termios software. Basically the tty open function was allocating an input raw buffer, an output raw buffer, and a cooked buffer that were not getting released. I have attached a patch for the latest snapshot. The patch also has a fix to ensure the tty link list is updated correctly when a tty is closed.
Diffstat (limited to '')
-rw-r--r--c/src/lib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog
index 04adf3f140..d9936a5ae2 100644
--- a/c/src/lib/ChangeLog
+++ b/c/src/lib/ChangeLog
@@ -1,3 +1,12 @@
+2001-10-11 Mike Siers <mikes@poliac.com>
+
+ * libc/termios.c: Fixed a memory leak in the termios
+ software. Basically the tty open function was allocating an input
+ raw buffer, an output raw buffer, and a cooked buffer that were
+ not getting released. I have attached a patch for the latest
+ snapshot. The patch also has a fix to ensure the tty link list
+ is updated correctly when a tty is closed.
+
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.