https://bugs.kde.org/show_bug.cgi?id=368419

--- Comment #3 from Keno Fischer <k...@juliacomputing.com> ---
> If I interpret this correctly, ARG3 is a C style zero-terminated string that 
> the syscall
> reads.  Is that correct?

Essentially yes, though with the caveat that if there's no NUL after
PAGE_SIZE-1 bytes, it'll still accept that as far as I know (as a PAGE_SIZE-1
sized string), since it uses strndup_user(str, PAGE_SIZE) on the kernel side of
things.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to