Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 1996 08:56:54 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libc/gen exec.c
Message-ID:  <199611181656.IAA27070@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/11/18 08:56:52

  Modified:    lib/libc/gen  exec.c
  Log:
  Fixed uninitialized variables for the '/'-in-pathname case in execvp().
  Garbage in `eacces' caused the wrong errno to be set for non-EACCES errors.
  Garbage in `etxtbsy' caused a semi-random retry strategy for ETXTBSY errors.
  
  Found by:	NIST-PCTS.  gcc -Wall reported the problem, but -Wall is not
  		enabled for libc.
  
  Revision  Changes    Path
  1.4       +2 -1      src/lib/libc/gen/exec.c



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