Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!henry From: henry@utzoo.UUCP (Henry Spencer) Newsgroups: hacknews Subject: fopen/fdopen bug fixed Message-ID: <3040@utzoo.UUCP> Date: Fri, 24-Jun-83 17:38:13 EDT Article-I.D.: utzoo.3040 Posted: Fri Jun 24 17:38:13 1983 Date-Received: Fri, 24-Jun-83 17:38:13 EDT Organization: U of Toronto Zoology Lines: 5 Fixed the bug in fopen and fdopen that Bill Mitchell reported in net.bugs.4bsd a couple of months ago (a botch in bounds checking while scanning for a vacant _iob slot). It's in a different place (findiop.c) in V7, but still present. I didn't use his fix, but rewrote the code to be cleaner instead.