From 93f83e5c98ae899dae2c9a80768794f128727ae8 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Fri, 29 Nov 2013 17:34:35 +0200 Subject: [PATCH] aiaiai-checker: used printf for printing uncontrolled data Signed-off-by: Artem Bityutskiy --- aiaiai-checker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiaiai-checker b/aiaiai-checker index d5879d7..1da8e14 100755 --- a/aiaiai-checker +++ b/aiaiai-checker @@ -48,7 +48,7 @@ get_file_to_check() { # The file name is the last argument for file; do true; done - echo "$file" + printf "%s" "$file" } # Check the file against all the coccinelle scripts we have -- 2.50.1