diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-15 01:01:10 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-15 01:01:10 +0000 |
| commit | 7bd1e551d8680e782361742840fee372f6fb068a (patch) | |
| tree | 330fb7cdf276b942264797f74844cb81ab582c50 /util/nvmutil | |
| parent | be2f4ce6cd3767c9211335f990e9048d9c7ba4d7 (diff) | |
comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil')
| -rw-r--r-- | util/nvmutil/nvmutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 120586a9..2d613f81 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -2158,7 +2158,7 @@ io_args(int fd, void *mem, size_t nrw, if (fd < 0) goto err_io_args; - /* prevent signed negative check */ + /* negative offset */ if (off < 0) goto err_io_args; |
