[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <171346058636.2400104.10410975122158438453.b4-ty@chromium.org>
Date: Thu, 18 Apr 2024 10:16:28 -0700
From: Kees Cook <keescook@...omium.org>
To: andy@...nel.org,
akpm@...ux-foundation.org,
Ivan Orlov <ivan.orlov0322@...il.com>
Cc: Kees Cook <keescook@...omium.org>,
linux-kernel@...r.kernel.org,
linux-hardening@...r.kernel.org,
kunit-dev@...glegroups.com,
skhan@...uxfoundation.org
Subject: Re: [PATCH v2] string_kunit: Add test cases for str*cmp functions
On Thu, 18 Apr 2024 00:30:33 +0100, Ivan Orlov wrote:
> Currently, str*cmp functions (strcmp, strncmp, strcasecmp and
> strncasecmp) are not covered with tests. Extend the `string_kunit.c`
> test by adding the test cases for them.
>
> This patch adds 8 more test cases:
>
> 1) strcmp test
> 2) strcmp test on long strings (2048 chars)
> 3) strncmp test
> 4) strncmp test on long strings (2048 chars)
> 5) strcasecmp test
> 6) strcasecmp test on long strings
> 7) strncasecmp test
> 8) strncasecmp test on long strings
>
> [...]
Applied to for-linus/hardening, thanks!
[1/1] string_kunit: Add test cases for str*cmp functions
(no commit info)
Take care,
--
Kees Cook
Powered by blists - more mailing lists