]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Fix memory alignment in attribute cache
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 13 Dec 2023 16:46:16 +0000 (17:46 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 13 Dec 2023 16:46:16 +0000 (17:46 +0100)
commit7d2c7d59a363e690995eb958959f0bc12445355c
tree135fcbfb1790f6aeef2d05ab368932ff25b2608c
parent2c7555cf2ac8439713dd9148b348128c57222a38
Nest: Fix memory alignment in attribute cache

In attribute cache, adata structures were stored densely in one memory
block, without regard to alignment. Let's force at least u32 alignment.
nest/route.h
nest/rt-attr.c