CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/22 09:14:56
Modified files:
usr.sbin/bgpd : chash.c
Log message:
Don't typecast cg_meta to uint8_t * and access it like an array. This is
not endian safe and breaks on big endian systems. Found the hard way by
denis@. Instead use the same shit and mask operations as used in the
other functions operating on cg_meta.
OK denis@
