mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +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"
|