Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jan 1998 14:45:24 -0800
From:      Alan Batie <batie@aahz.jf.intel.com>
To:        mgleason@probe.net, freebsd-ports@FreeBSD.ORG
Subject:   ncftp 2.4.2 bug
Message-ID:  <19980121144524.27364@aahz.jf.intel.com>

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

--M9NhX3UHpAaciwkO
Content-Type: text/plain; charset=us-ascii

I installed ncftp 2.4.2 from the FreeBSD ports collection on 2.2.2-RELEASE.
For some reason, it is generating a bookmarks file that looks like:

NcFTP bookmark-file version: 7
Number of entries: -1

and then the next time I run it, it complains about it being invalid and
then core dumps.  I've traced it down to three comparisons of

    gNumBookmarks == 0

which should be

    gNumBookmarks <= 0

2 are in Bookmark.c and one is in Hostwin.c.  At least these fix the
core dumping, but not the actual problem of a bogus bookmark file...

-- 
Alan Batie                     ------        What goes up, must come down.
batie@aahz.jf.intel.com        \    /        Ask any system administrator.
+1 503-264-8844 (voice)         \  /         --unknown
D0 D2 39 0E 02 34 D6 B4          \/          5A 41 21 8F 23 5F 08 9D

--M9NhX3UHpAaciwkO
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQCVAwUBNMZ6gxCfrckvDwdpAQHX7wP/XdTz4LrQt0+EksEkDOotzKWsaa7776a4
qOB3RhUUZHu29FY7VNjjbbwNM7bjwA/6P5AoxivY7z3VKcE3uEr1gga8FtMXQSBC
Ew+ySk3zzve8BjTJMi9H1Csc1/ArJlZIFmxqio8uJfCOMMX3UccmgLstEhO/Yqtr
VipxAOD5+LA=
=txtR
-----END PGP SIGNATURE-----

--M9NhX3UHpAaciwkO--



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