diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-13 14:00:43 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-13 14:00:43 +0000 |
| commit | b57e61a3fa61005591e99b6904d3902a523e5407 (patch) | |
| tree | 1aff46396e2c0781ad10b669a3cb063f2cad5b9e /util | |
| parent | 9714a0d448c1524adf057532fab63bbc120bb86f (diff) | |
TODO
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
| -rw-r--r-- | util/nvmutil/nvmutil.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 9cf85938..2a30eeeb 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -682,6 +682,9 @@ sanitize_command_list(void) sanitize_command_index(c); } +/* + * TODO: specific config checks per command + */ static void sanitize_command_index(size_t c) { |
