https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219525

--- Comment #4 from Stephen McConnell <[email protected]> ---
And there's no reason to look at 'status' in the 'if' actually, so just:

            if (copyout((void *)sc->recorded_events, PTRIN(data->PtrEvents),
                min(size, sizeof(sc->recorded_events))) != 0)
                    status = EFAULT;

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to