mirror of
https://gitflic.ru/project/npo_rbs/repka-os_kernel.git
synced 2025-04-20 19:24:28 +00:00
5 lines
137 B
C
5 lines
137 B
C
// SPDX-License-Identifier: GPL-2.0-only
|
|
#define TEST \
|
|
memset(instance.buf, 0x42, sizeof(instance.buf) + 1)
|
|
|
|
#include "test_fortify.h"
|