Re: [PATCH v1 1/2] selftest/kexec: fix "ignored null byte in input" warning
From: Petr Vorel <pvorel@suse.cz>
Date: 2021-12-23 08:42:05
Also in:
linux-kselftest, lkml
From: Petr Vorel <pvorel@suse.cz>
Date: 2021-12-23 08:42:05
Also in:
linux-kselftest, lkml
Hi Mimi,
Instead of assigning the string to a variable, which might contain a null character, redirect the output and grep for the string directly.
Looks reasonable to me. Reviewed-by: Petr Vorel <pvorel@suse.cz> Kind regards, Petr