diff options
Diffstat (limited to 'tapset/aux_syscalls.stp')
-rw-r--r-- | tapset/aux_syscalls.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/aux_syscalls.stp b/tapset/aux_syscalls.stp index 8f9fcb73..05c2a15a 100644 --- a/tapset/aux_syscalls.stp +++ b/tapset/aux_syscalls.stp @@ -670,7 +670,7 @@ function __get_compat_argv:string(a:long) if (vstr == NULL) break; - rc = _stp_strncpy_from_user(buf, vstr, 79); + rc = _stp_strncpy_from_user(buf, (char *)vstr, 79); if (rc <= 0) break; |