CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2010/11/04 03:52:16
Modified files: usr.sbin/ldpd : address.c hello.c init.c keepalive.c labelmapping.c ldp.h ldpe.h notification.c packet.c Log message: Rewrite all packet parsers to be more careful about alignment. Until now ldpd had no chance to run on a strict alignment architecture but this makes ldpd happy on sparc64. Be careful to do all needed overflow checks and try to make all parsing functions look similar. OK michele@