mirror of
https://gitflic.ru/project/npo_rbs/repka-os_kernel.git
synced 2025-04-16 09:14:16 +00:00
5 lines
130 B
C
5 lines
130 B
C
// SPDX-License-Identifier: GPL-2.0-only
|
|
#define TEST \
|
|
memset(instance.buf, 0x5A, sizeof(large_src))
|
|
|
|
#include "test_fortify.h"
|