Phil Sutter ff37c01480 tests: Fix for ASAN
The 'data' arrays in match and target expression tests were undersized
as they did not cover for the terminating NUL-char of the string used to
initialize them. When passing such array to strdup(), the latter reads
until after the defined array boundary.

Fixes: 93483364369d8 ("src: get rid of cached copies of x_tables.h and xt_LOG.h")
Signed-off-by: Phil Sutter <phil@nwl.cc>
2024-12-04 15:44:05 +01:00
..
2018-10-18 19:49:54 +02:00
2024-12-04 15:44:05 +01:00
2024-12-04 15:44:05 +01:00