This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/17706] user string copy fault on s390 in 31-on-64 mode


https://sourceware.org/bugzilla/show_bug.cgi?id=17706

--- Comment #1 from Martin Cermak <mcermak at redhat dot com> ---
Casting $filename to uint32 in the tapset fixes the issue. This is for the
compat mode:

filename = user_string_quoted(__uint32($filename))

-- 
You are receiving this mail because:
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]