[Xorp-cvs] XORP cvs commit: xorp/bgp

Pavlin Radoslavov pavlin at icir.org
Thu Aug 10 01:32:26 PDT 2006


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2006-08-10 08:32:26 UTC

XORP CVS repository


Modified files:
	bgp           path_attribute.cc 

Log message:
	* Don't use (const uint32_t *) casting for an uint8_t array, because
	  it might be misaligned in memory and therefore the code might coredump
	  on architectures that expect the integers to be aligned in memory.
	
	* Fix hardcoded numbers:
	  16 -> sizeof(_hash)

Revision  Changes                                Path
1.82      +17 -14;  commitid: c44f44daedca7ea6;  xorp/bgp/path_attribute.cc



More information about the Xorp-cvs mailing list