mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 18:11:47 +00:00
6 lines
139 B
C
6 lines
139 B
C
|
// SPDX-License-Identifier: GPL-2.0-only
|
||
|
#define TEST \
|
||
|
memmove(instance.buf, large, sizeof(instance.buf) + 1)
|
||
|
|
||
|
#include "test_fortify.h"
|