summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-11 19:46:07 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-11 19:46:07 +0100
commit425855899fab17aa595ecf1751d3081baa52a9bf (patch)
tree07bf2aed6a22187babde06a7daa100a2d3744d8a
parentf648167b9f4216446bb916698d130e5b657e2e5b (diff)
rom.sh: remove another TODO
this one is unnecessary, because we're not taking general input from the user. we mitigate this carefully by being, you know, careful. implementing the TODO would have bloated the code, in ways that might only introduce other serious bugs. the current logic is fine, and great care will always be taken by me to keep the code safe, while i'm in charge. Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--include/rom.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rom.sh b/include/rom.sh
index cf7c0150..3d628acb 100644
--- a/include/rom.sh
+++ b/include/rom.sh
@@ -234,8 +234,6 @@ mkcorebootbin_real()
add_cbfs_option()
{
- # TODO: input sanitization (currently mitigated by careful config)
-
op_name="`printf "%s\n" "$1" | awk '{print $1}'`"
op_arg="`printf "%s\n" "$1" | awk '{print $2}'`"