Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 1997 16:31:10 -0700
From:      Wolfram Schneider <wosch@FreeBSD.ORG>
To:        Vincent Poy <vince@venus.GAIANET.NET>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   Re: cvs commit: src/lib/libc/gen getpwent.c
Message-ID:  <19970914163110.42169@freebsd.org>
In-Reply-To: <Pine.BSF.3.96.970914151007.353A-100000@venus.GAIANET.NET>; from Vincent Poy on Sun, Sep 14, 1997 at 03:10:52PM -0700
References:  <199709141816.LAA08383@freefall.freebsd.org> <Pine.BSF.3.96.970914151007.353A-100000@venus.GAIANET.NET>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 14, 1997 at 03:10:52PM -0700, Vincent Poy wrote:
> On Sun, 14 Sep 1997, Wolfram Schneider wrote:
> > wosch       1997/09/14 11:16:12 PDT
> > 
> >   Modified files:
> >     lib/libc/gen         getpwent.c 
> >   Log:
> >   Potential bufferflow in getpwent(), getpwnam() and getpwuid()
> >   
> >   PR: bin/4134
> >   Submitted by:	nick@foobar.org
> >   
> >   Revision  Changes    Path
> >   1.41      +7 -2      src/lib/libc/gen/getpwent.c
> 
> 	This one fails after building at:
> 
> gzip -c /usr/src/lib/libc/../libc/regex/re_format.7 > re_format.7.gz
> gzip -c /usr/src/lib/libc/../libc/rpc/rstat_svc.8 > rstat_svc.8.gz
> install -c -o bin -g bin -m 444   libc.a /usr/lib
> install -c -o bin -g bin -m 444   libc_p.a /usr/lib
> install -c -o bin -g bin -m 444   -fschg  libc.so.3.0  /usr/lib
> install -c -o bin -g bin -m 444   libc_pic.a /usr/lib
> ld.so failed: Undefined symbol "SYS___getcwd" in
> install:/usr/lib/libc.so.3.0
> *** Error code 1
> 
> Stop.

This has nothing to do with getpwent.c. 
__getcwd is the new system call. Didn't you read the warning 
in -current?

Wolfram



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