CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/10 22:56:51
Modified files:
usr.sbin/ldpd : kroute.c
Log message:
Use sizeof(u_short) in the first check since there are RT messages that
are less then sizeof(*rtm) bytes long (e.g. interface announcements).
Found the hard way by phessler@
