I tried to use BSD spamd with IPFW. Because i`m using table 1-2 for other purpose than spamd i tried to use -t key. It works just fine with spamd, but fail with core dump on spamd-setup. While looking into the source code i found that author forgot to add ":" after 't' getopt options, so it pass no argument (null) into optarg and then it crash on atoi(null). Port maintainer (delphij@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 How-To-Repeat: run 'spamd-setup -t 2'
Responsible Changed From-To: freebsd-ports-bugs->delphij Over to maintainer
Responsible Changed From-To: delphij->freebsd-ports Return to pool.
Please, commit this patch. Maintainer -- Best regards, Alex Samorukov, SAMM1-RIPE Zend Certified PHP Engineer
State Changed From-To: open->closed Committed, thanks!
pav 2007-03-25 17:24:07 UTC FreeBSD ports repository Modified files: mail/spamd/files patch-spamd-setup Log: - Fix crash with -t option PR: ports/108657 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Revision Changes Path 1.3 +1 -1 ports/mail/spamd/files/patch-spamd-setup _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"