summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-06 16:41:59 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-06 16:41:59 +0000
commita358a6fe09ab795d80580f7bd7d99f4266b11544 (patch)
tree7c23e2b95ec3074c8d73153bc05c021ed901a651 /include
parenta82c766b8cd34935278361af5d7858df53140dcc (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