From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 21 09:20:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD2641065678 for ; Fri, 21 Nov 2008 09:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8BCFF8FC13 for ; Fri, 21 Nov 2008 09:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mAL9K2wN077186 for ; Fri, 21 Nov 2008 09:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mAL9K2Vt077185; Fri, 21 Nov 2008 09:20:02 GMT (envelope-from gnats) Resent-Date: Fri, 21 Nov 2008 09:20:02 GMT Resent-Message-Id: <200811210920.mAL9K2Vt077185@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "zlopi.ru" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CD8E1065670 for ; Fri, 21 Nov 2008 09:16:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 6DBFE8FC0C for ; Fri, 21 Nov 2008 09:16:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mAL9GHTW000797 for ; Fri, 21 Nov 2008 09:16:17 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id mAL9GHLt000796; Fri, 21 Nov 2008 09:16:17 GMT (envelope-from nobody) Message-Id: <200811210916.mAL9GHLt000796@www.freebsd.org> Date: Fri, 21 Nov 2008 09:16:17 GMT From: "zlopi.ru" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/129042: net/poptop Segmentation fault () from use options [-h] [--help] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2008 09:20:02 -0000 >Number: 129042 >Category: ports >Synopsis: net/poptop Segmentation fault () from use options [-h] [--help] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 21 09:20:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: zlopi.ru >Release: FreeBSD 7.0-RELEASE-p5 amd64 >Organization: IPCT >Environment: System: FreeBSD 6.2 System: FreeBSD 6.3 System: FreeBSD 7.0 >Description: pptpd v1.3.4 Usage: pptpd [options], where options are: [-c] [--conf file] Specifies the config file to read default settings from (default is /usr/local/etc/pptpd.conf). [-d] [--debug] Turns on debugging (to syslog). [-e] [--ppp file] Use alternate pppd binary, default /usr/sbin/ppp. [-f] [--fg] Run in foreground. [-h] [--help] Displays this help message. [-i] [--noipparam] Suppress the passing of the client's IP address to PPP, which is done by default otherwise. [-l] [--listen x.x.x.x] Specifies IP of local interface to listen to. [-p] [--pidfile file] Specifies the file to write the process ID to (default is /var/run/pptpd.pid). [-t] [--stimeout seconds] Specifies the timeout for the first packet. This is a DOS protection Segmentation fault () >How-To-Repeat: pptpd --help >Fix: net/poptop/files/patch-pptpd.c - printf(" (default is %s).\n",STIMEOUT_DEFAULT); + printf(" (default is %d).\n",STIMEOUT_DEFAULT); >Release-Note: >Audit-Trail: >Unformatted: