Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2008 09:16:17 GMT
From:      "zlopi.ru" <zlopi.ru@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/129042: net/poptop Segmentation fault () from use options [-h] [--help]
Message-ID:  <200811210916.mAL9GHLt000796@www.freebsd.org>
Resent-Message-ID: <200811210920.mAL9K2Vt077185@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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