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: Damien Miller (djmcvs.openbsd.org)
Date: Tue Feb 02 2010 - 16:49:34 CST


CVSROOT: /cvs
Module name: src
Changes by: djmcvs.openbsd.org 2010/02/02 15:49:34

Modified files:
        usr.bin/ssh : bufaux.c

Log message:
make buffer_get_string_ret() really non-fatal in all cases (it was
using buffer_get_int(), which could fatal() on buffer empty);
ok markus dtucker