diff options
author | hunt <hunt> | 2005-03-22 08:57:11 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-03-22 08:57:11 +0000 |
commit | b9c556e44326b40b2c927a0a5b5626332a8c9587 (patch) | |
tree | d0497c9323dedcb292d353d79fef769fa6fef210 /runtime/copy.c | |
parent | 4a4753cb066f60eb09906a6021997ec280d3fdc5 (diff) | |
download | systemtap-steved-b9c556e44326b40b2c927a0a5b5626332a8c9587.tar.gz systemtap-steved-b9c556e44326b40b2c927a0a5b5626332a8c9587.tar.xz systemtap-steved-b9c556e44326b40b2c927a0a5b5626332a8c9587.zip |
*** empty log message ***
Diffstat (limited to 'runtime/copy.c')
-rw-r--r-- | runtime/copy.c | 2 |
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; |