From owner-freebsd-current Sat May 8 15:39:47 1999 Delivered-To: freebsd-current@freebsd.org Received: from mail-gw2adm.rcsntx.swbell.net (mail-gw2.rcsntx.swbell.net [151.164.30.52]) by hub.freebsd.org (Postfix) with ESMTP id 8956C14DC7; Sat, 8 May 1999 15:39:45 -0700 (PDT) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org (ppp-207-193-10-165.hstntx.swbell.net [207.193.10.165]) by mail-gw2adm.rcsntx.swbell.net (8.8.5/8.8.5) with ESMTP id RAA03837; Sat, 8 May 1999 17:39:35 -0500 (CDT) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id RAA00812; Sat, 8 May 1999 17:40:32 -0500 (CDT) (envelope-from chris) Date: Sat, 8 May 1999 17:40:22 -0500 From: Chris Costello To: Steve Price Cc: brian@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: latest ppp with PAP/CHAP coredumps Message-ID: <19990508174022.B471@holly.dyndns.org> Reply-To: chris@calldei.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.1i In-Reply-To: ; from Steve Price on Sat, May 08, 1999 at 05:01:22PM -0500 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 Avoid temporary variables and strange women. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message