From owner-freebsd-current Mon Jan 13 13:27:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA06780 for current-outgoing; Mon, 13 Jan 1997 13:27:51 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id NAA06754 for ; Mon, 13 Jan 1997 13:27:43 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vjtqt-0005Jy-00; Mon, 13 Jan 1997 14:23:31 -0700 To: Arjan.deVet@adv.IAEhv.nl (Arjan de Vet) Subject: Re: ppp changes for buffer overflows going in Cc: freebsd-current@freebsd.org In-reply-to: Your message of "Mon, 13 Jan 1997 21:56:17 +0100." <199701132056.VAA09476@adv.IAEhv.nl> References: <199701132056.VAA09476@adv.IAEhv.nl> Date: Mon, 13 Jan 1997 14:23:31 -0700 From: Warner Losh Message-Id: Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199701132056.VAA09476@adv.IAEhv.nl> Arjan de Vet writes: : In command.c the size of VarDialScript is being used for VarLoginScript: Good Eyes! Since these numbers are the same, it shouldn't matter much. However, in the interest of good coding and fewer potential problems, I'll go ahead and make this fix... Warner : Everything seems to be working fine. In my own copy I have enlarged the : buffersizes for chat scripts because I have a chat script dealing with : SecurId cards and dialback and that takes more than the default 200 : characters and maximum 20 expect/send pairs. I kinda figured that 200 was too small for general use, but didn't want to distrupt the code more to fix that. Warner