Page MenuHomeFreeBSD

Fix Bluetooth LE related information parsing.
ClosedPublic

Authored by takawata on Sep 24 2019, 2:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 8 2024, 3:37 PM
Unknown Object (File)
Mar 8 2024, 3:37 PM
Unknown Object (File)
Mar 8 2024, 3:37 PM
Unknown Object (File)
Mar 8 2024, 3:25 PM
Unknown Object (File)
Feb 20 2024, 1:24 PM
Unknown Object (File)
Jan 22 2024, 2:10 AM
Unknown Object (File)
Dec 20 2023, 1:34 AM
Unknown Object (File)
Oct 20 2023, 12:31 PM
Subscribers

Details

Summary

Current version of hccontrol do not parse scan buffer correctly and only show local supported feature in a magic number.

This patch will fix this.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

usr.sbin/bluetooth/hccontrol/node.c
250 ↗(On Diff #62503)

here and below. are there any concerns about buffer overrun? do you think the code should check length of data before trying to access it?

This revision was not accepted when it landed; it landed in state Needs Review.Apr 27 2020, 2:49 AM
This revision was automatically updated to reflect the committed changes.