Date: Sat, 8 May 1999 17:40:22 -0500 From: Chris Costello <chris@holly.dyndns.org> To: Steve Price <sprice@hiwaay.net> Cc: brian@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: latest ppp with PAP/CHAP coredumps Message-ID: <19990508174022.B471@holly.dyndns.org> In-Reply-To: <Pine.OSF.4.10.9905081651320.24681-200000@fly.HiWAAY.net>; from Steve Price on Sat, May 08, 1999 at 05:01:22PM -0500 References: <Pine.OSF.4.10.9905081651320.24681-200000@fly.HiWAAY.net>
index | next in thread | previous in thread | raw e-mail
On Sat, May 8, 1999, Steve Price wrote:
> Program terminated with signal 11, Segmentation fault.
> Reading symbols from /usr/lib/libcrypt.so.2...done.
> Reading symbols from /usr/lib/libmd.so.2...done.
> Reading symbols from /usr/lib/libutil.so.2...done.
> Reading symbols from /usr/lib/libz.so.2...done.
> Reading symbols from /usr/lib/libalias.so.3...done.
> Reading symbols from /usr/lib/libdes.so.3...done.
> Reading symbols from /usr/lib/libradius.so.1...done.
> Reading symbols from /usr/lib/libc.so.3...done.
> Reading symbols from /usr/libexec/ld-elf.so.1...done.
> #0 0x805b519 in FsmRecvConfigRej (fp=0x80ae608, lhp=0xbfbfce98, bp=0x0)
^^^^^^
> at fsm.c:795
> 795 (*fp->fn->DecodeConfig)(fp, MBUF_CTOP(bp), flen, MODE_REJ, &dec);
fp->fn->DecodeConfig should point to something that checks for
a null pointer, or make FsmRecvConfigRej check something like...
if (!bp || (bp && !*bp)) {
return -1;
}
or something to that effect.
--
Chris Costello <chris@calldei.com>
Avoid temporary variables and strange women.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990508174022.B471>
