HomeFreeBSD

bluetooth socket sysinit: correct memset initialization

Description

bluetooth socket sysinit: correct memset initialization

gcc -Wmemset-elt-size diagnosed this. The code was only initializing
the first 1/sizeof(long) bytes. On 64-bit systems, this would mean only
events up to 0x20 were initialized.

This effectively reverses the security policy for some events with
higher ids, now permitting them on unprivileged sockets. Two that are
defined are NG_HCI_EVENT_LE (0x3e) and NG_HCI_EVENT_BT_LOGO (0xfe).

PR: 280039
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D45707

Details

Provenance
rlibbyAuthored on Mon, Jul 1, 3:22 PM
Reviewer
imp
Differential Revision
D45707: bluetooth socket sysinit: correct memset initialization
Parents
rG2abea9df0165: openssh: Fix pre-authentication remote code execution in sshd.
Branches
Unknown
Tags
Unknown