Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 1995 08:23:28 -0700
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-lib
Subject:   cvs commit: src/lib/libc/gen opendir.c
Message-ID:  <199504211523.IAA09506@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
bde         95/04/21 08:23:28

  Modified:    lib/libc/gen  opendir.c
  Log:
  Fix bugs in opendir():
  - it succeeded on non-directories (see POSIX 5.1.2.4).
  - it hung on (non-open) named pipes.
  - it leaked memory if the second malloc() failed.
  - it didn't preserve errno across errors in close().



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504211523.IAA09506>