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: Moritz Jodeit (moritzcvs.openbsd.org)
Date: Wed Sep 12 2007 - 03:16:02 CDT


CVSROOT: /cvs
Module name: src
Changes by: moritzcvs.openbsd.org 2007/09/12 02:16:02

Modified files:
        lib/libc/rpc : clnt_perror.c

Log message:
Remove wrong snprintf(3) truncation checks, which can't be
triggered and are off-by-one anyways. Instead replace them
with correct checks and add all the missing cases.

ok deraadt