Date: Fri, 9 Apr 2004 04:32:32 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen wordexp.c Message-ID: <200404091132.i39BWWuW099244@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2004/04/09 04:32:32 PDT
FreeBSD src repository
Modified files:
lib/libc/gen wordexp.c
Log:
Terminate execl()'s argument list with a null pointer instead of a
null pointer constant. (The latter may be an integer constant, which
is not correct here.)
Submitted by: Stefan Farfeleder
Revision Changes Path
1.5 +1 -1 src/lib/libc/gen/wordexp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404091132.i39BWWuW099244>
