CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2013/05/30 09:49:33
Modified files: usr.sbin/ldpd : packet.c Log message: Improve sanity checks on received UDP messages The actual meaning of the "PDU Length" field is the total length of the LDP PDU, excluding the "Version" and "PDU Length" fields (as per RFC 5036, section 3.1). Diff from Renato Westphal [renatowestphal at gmail.com]