On Thu, May 21, 2020 at 8:24 AM Christoph Hellwig <[email protected]> wrote: > > User the proper helper for kernel or userspace addresses based on > TASK_SIZE instead of the dangerous strncpy_from_unsafe function. > > Signed-off-by: Christoph Hellwig <[email protected]> > ---
Acked-by: Andrii Nakryiko <[email protected]> > kernel/trace/bpf_trace.c | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > [...]
