Skip to content

Commit

Permalink
htmlframe の引数をチェック
Browse files Browse the repository at this point in the history
  • Loading branch information
qq542vev committed Oct 26, 2022
1 parent 3f4872d commit 793d996
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/.w3mplus/bin/htmlframe
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,8 @@ awkScript=$(
__EOF__
)

uricheck -f '' --verbose -- ${@+"${@}"} || end_call "${EX_USAGE}"

for uri in ${@+"${@}"}; do
i=$((${i-0} + 1))

Expand Down
2 changes: 2 additions & 0 deletions source/.w3mplus/bin/htmlframe
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ awkScript=$(
__EOF__
)

uricheck -f '' --verbose -- ${@+"${@}"} || end_call "${EX_USAGE}"

for uri in ${@+"${@}"}; do
i=$((${i-0} + 1))

Expand Down

0 comments on commit 793d996

Please sign in to comment.