CVSROOT: /cvs Module name: src Changes by: henn...@cvs.openbsd.org 2011/05/05 00:21:44
Modified files: usr.sbin/bgpd : session.c Log message: ibuf_add returns 0 or -1. adding up the return values in errs and then checking errs > 0 is not going to work... also make errs signed in 2 cases triggered by Milosz Jakubowski <milosz.jakubowski at gmail.com> pointing out a few cases, diff written from scratch to cover all of them. unsigned errs noticed by sthen. ok claudio sthen