summaryrefslogtreecommitdiffstats
path: root/runtime/copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/copy.c')
-rw-r--r--runtime/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/copy.c b/runtime/copy.c
index 28880c08..6eaab3d9 100644
--- a/runtime/copy.c
+++ b/runtime/copy.c
@@ -124,7 +124,7 @@ int _stp_copy_argv_from_user (MAP list, char __user *__user *argv)
while (argv != NULL) {
if (get_user (vstr, argv))
break;
-
+
if (vstr == NULL)
break;