Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2002 10:19:08 -0400
From:      Brian Dean <bsd@bsdhome.com>
To:        Darren Reed <darrenr@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libc/xdr xdr_array.c
Message-ID:  <20020731141908.GA47583@neutrino.bsdhome.com>
In-Reply-To: <200207311252.g6VCq5XB035359@freefall.freebsd.org>
References:  <200207311252.g6VCq5XB035359@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 31, 2002 at 05:52:05AM -0700, Darren Reed wrote:
> darrenr     2002/07/31 05:52:05 PDT
> 
>   Modified files:        (Branch: RELENG_4)
>     lib/libc/xdr         xdr_array.c 
>   Log:
>   Patch to fix bounds checking/overflow
>   
>   Obtained From:  OpenBSD
>   
>   Revision  Changes    Path
>   1.8.2.1   +4 -3      src/lib/libc/xdr/xdr_array.c


From an updated tree as of a few minutes ago:

cc -O -pipe  -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DINET6 -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP  -c /usr/src/lib/libc/../libc/xdr/xdr_array.c -o xdr_array.o
/usr/src/lib/libc/../libc/xdr/xdr_array.c: In function `xdr_array':
/usr/src/lib/libc/../libc/xdr/xdr_array.c:80: `UINT_MAX' undeclared (first use in this function)
/usr/src/lib/libc/../libc/xdr/xdr_array.c:80: (Each undeclared identifier is reported only once
/usr/src/lib/libc/../libc/xdr/xdr_array.c:80: for each function it appears in.)
*** Error code 1

Stop in /usr/src/lib/libc.
*** Error code 1

Stop in /usr/src/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


-Brian

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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