fix(test): compilation warning

This commit is contained in:
lohhiiccc 2026-03-02 13:02:28 +01:00
parent 38f8b8e7d6
commit 69a6a633d4

View file

@ -45,7 +45,7 @@ Test(parse_packet, valid_packet)
Test(parse_packet, buffer_too_small)
{
uint8_t buffer[10];
uint8_t buffer[10] = {0};
uint8_t type, code, ttl;
struct in_addr src_addr;
const void *payload;