Changeset 8f367d6b in rtems for c

Timestamp:
09/19/97 18:31:05 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
f37e656d
Parents:
6b4ca31
Message:

Bug fix from Eric Norum:

After weeks of trying to figure why my RTEMS/KASQ server crashes now
and then I found a nasty bug I introduced in adding multiple-driver
support to libio. The bug only affects `add-on' driver classes (like
the networking code). Old-style file descriptors were not affected.

The bug cleared 32 bytes of memory (unspecified location) whenever a
`close' of a socket was performed! I was clearing an IOP I hadn't
allocated -- and the pointer wasn't initiallized, either!

(No files)

Note: See TracChangeset for help on using the changeset viewer.