OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Ray Lai (raycvs.openbsd.org)
Date: Mon Jul 30 2007 - 22:35:04 CDT


CVSROOT: /cvs
Module name: src
Changes by: raycvs.openbsd.org 2007/07/30 21:35:04

Modified files:
        libexec/ftpd : ftpd.c

Log message:
From Gilles Chehade:
- Use strtonum instead of atoi.
- Improve strtol error checking.
- Change strchr calls to strcspn and eliminating some unused
variables as a result.

OK moritz