diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-06 16:41:59 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-06 16:41:59 +0000 |
| commit | a358a6fe09ab795d80580f7bd7d99f4266b11544 (patch) | |
| tree | 7c23e2b95ec3074c8d73153bc05c021ed901a651 /include | |
| parent | a82c766b8cd34935278361af5d7858df53140dcc (diff) | |
util/nvmutil: use strlen instead of strnlen
strnlen isn't available on some older unices.
we already know the string will be null-terminated,
because it comes from argv, so runaway reads are
extremely unlikely (read: impossible).
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
