CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/10/25 09:49:42
Modified files:
usr.sbin/bgpd : rde.h
Log message:
Calculate ASPATH_HEADER_SIZE correctly by using offsetof() instead of the
sizeof calculation that did not respect possible padding bytes.
OK sthen@ denis@
