Skip to content

Commit 793d996

Browse files
committed
htmlframe の引数をチェック
1 parent 3f4872d commit 793d996

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

release/.w3mplus/bin/htmlframe

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,8 @@ awkScript=$(
778778
__EOF__
779779
)
780780

781+
uricheck -f '' --verbose -- ${@+"${@}"} || end_call "${EX_USAGE}"
782+
781783
for uri in ${@+"${@}"}; do
782784
i=$((${i-0} + 1))
783785

source/.w3mplus/bin/htmlframe

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ awkScript=$(
159159
__EOF__
160160
)
161161

162+
uricheck -f '' --verbose -- ${@+"${@}"} || end_call "${EX_USAGE}"
163+
162164
for uri in ${@+"${@}"}; do
163165
i=$((${i-0} + 1))
164166

0 commit comments

Comments
 (0)