Changeset 38db58f in rtems for c/src/lib/ChangeLog


Ignore:
Timestamp:
10/11/01 21:21:43 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ba71076
Parents:
c682b89
Message:

2001-10-11 Mike Siers <mikes@…>

  • 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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/ChangeLog

    rc682b89 r38db58f  
     12001-10-11      Mike Siers <mikes@poliac.com>
     2
     3        * libc/termios.c: Fixed a memory leak in the termios
     4        software.  Basically the tty open function was allocating an input
     5        raw buffer, an output raw buffer, and a cooked buffer that were
     6        not getting released.  I have attached a patch for the latest
     7        snapshot.  The patch also has a fix to ensure the tty link list
     8        is updated correctly when a tty is closed.
     9
    1102001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    211
Note: See TracChangeset for help on using the changeset viewer.