Searched hist:359026 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/bnxt/
H A Dif_bnxt.cdiff 359026 Mon Mar 16 23:34:40 MDT 2020 brooks MFC r358630:

bnxt(4): Fix ioctls when user addresses are inaccessable.

Check copyin's error code (differ adding copyout checks at this time).

Don't directly access user memory in the switch statement.

Since bnxt_ioctl_data isn't all that big, use a stack allocation.

Reviewed by: jhb
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D23933

Completed in 79 milliseconds