aboutsummaryrefslogtreecommitdiff
path: root/4217fb8c3f0e83c9b675c0fc64e5d7380c227e6d
diff options
context:
space:
mode:
authorJere Leppänen <jere.leppanen@nokia.com>2024-03-26 18:29:47 +0200
committerMatias Elo <matias.elo@nokia.com>2024-04-16 16:49:46 +0300
commitcdc30a0cfd4427f0165f54941f7f9886df8aa8b0 (patch)
tree120a99b12718f2f6d33315295e2bc53915f89097 /4217fb8c3f0e83c9b675c0fc64e5d7380c227e6d
parent9795b754631140566d6e793ec76d56f5ead064c4 (diff)
helper: hashtable: round up hash node size
Round node size up to the hash node alignment requirement. Fixes GCC undefined sanitizer errors: hashtable.c:203:22: runtime error: member access within misaligned address 0x7f92c156007b for type 'struct odph_hash_node', which requires 8 byte alignment hashtable.c:204:22: runtime error: member access within misaligned address 0x7f92c156007b for type 'struct odph_hash_node', which requires 8 byte alignment hashtable.c:205:4: runtime error: member access within misaligned address 0x7f92c156007b for type 'struct odph_hash_node', which requires 8 byte alignment hashtable.c:266:13: runtime error: member access within misaligned address 0x7f92c156007b for type 'struct odph_hash_node', which requires 8 byte alignment hashtable.c:267:25: runtime error: member access within misaligned address 0x7f92c156007b for type 'struct odph_hash_node', which requires 8 byte alignment hashtable.c:271:2: runtime error: member access within misaligned address 0x7f92c156007b for type 'struct odph_hash_node', which requires 8 byte alignment odph_list_internal.h:31:13: runtime error: member access within misaligned address 0x7f92c156007b for type 'struct odph_list_object', which requires 8 byte alignment odph_list_internal.h:32:13: runtime error: member access within misaligned address 0x7f92c156007b for type 'struct odph_list_object', which requires 8 byte alignment odph_list_internal.h:40:12: runtime error: member access within misaligned address 0x7f92c156007b for type 'struct odph_list_object', which requires 8 byte alignment odph_list_internal.h:41:12: runtime error: member access within misaligned address 0x7f92c156007b for type 'struct odph_list_object', which requires 8 byte alignment Signed-off-by: Jere Leppänen <jere.leppanen@nokia.com> Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Diffstat (limited to '4217fb8c3f0e83c9b675c0fc64e5d7380c227e6d')
0 files changed, 0 insertions, 0 deletions