]> www.infradead.org Git - users/dwmw2/linux.git/commit
string: kunit: Mark nonstring test strings as __nonstring
authorKees Cook <kees@kernel.org>
Thu, 6 Feb 2025 23:24:37 +0000 (15:24 -0800)
committerKees Cook <kees@kernel.org>
Fri, 28 Feb 2025 19:51:32 +0000 (11:51 -0800)
commitae4c0935f63c76674c3e64097e059e2f20e051b6
tree2aaefc9e21e29019f2d3a37e55793b09d0cc0281
parent88a157a3204d08067cffd93cb990d86cb6d75cc6
string: kunit: Mark nonstring test strings as __nonstring

In preparation for strtomem*() checking that its destination is a
__nonstring, annotate "nonstring" and "nonstring_small" variables
accordingly.

Signed-off-by: Kees Cook <kees@kernel.org>
lib/string_kunit.c