]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Cast all ioctl command arguments through uint32_t internally.
authorhselasky <hselasky@FreeBSD.org>
Wed, 15 Apr 2020 13:20:51 +0000 (13:20 +0000)
committerhselasky <hselasky@FreeBSD.org>
Wed, 15 Apr 2020 13:20:51 +0000 (13:20 +0000)
commite86c4d6425249ca6fd4bd3e7bb83de78984089b7
tree1828036b0f9448a25e7062fc3c088c770747431a
parent0876b4d6a38e983f363d76493a9f9af0b57ff10a
Cast all ioctl command arguments through uint32_t internally.

Hide debug print showing use of sign extended ioctl command argument
under INVARIANTS. The print is available to all and can easily fill
up the logs.

No functional change intended.

MFC after: 1 week
Sponsored by: Mellanox Technologies
sys/kern/sys_generic.c