2023-03-16 05:37:35

by fdanis-oss

[permalink] [raw]
Subject: [bluez/bluez] a5998b: mesh: Filter originated Provisioning Data packets

Branch: refs/heads/master
Home: https://github.com/bluez/bluez
Commit: a5998b588c8646fb7709bbacad1cf872a94cc032
https://github.com/bluez/bluez/commit/a5998b588c8646fb7709bbacad1cf872a94cc032
Author: Brian Gix <[email protected]>
Date: 2023-03-15 (Wed, 15 Mar 2023)

Changed paths:
M mesh/mesh-io-mgmt.c

Log Message:
-----------
mesh: Filter originated Provisioning Data packets

The mesh daemon can process incoming mesh packets on more than one
controller, but if a Provisioning data packet that originated from the
local daemon is received by a different controller, it must be filtered
and disregarded, or it will break the provisioning protocol.


Commit: c1f7aed635f39578cdb4a1870413278d29a081c5
https://github.com/bluez/bluez/commit/c1f7aed635f39578cdb4a1870413278d29a081c5
Author: Brian Gix <[email protected]>
Date: 2023-03-15 (Wed, 15 Mar 2023)

Changed paths:
M mesh/mesh-io-mgmt.c

Log Message:
-----------
mesh: Make MGMT mesh-io less noisy

Remove excessive logging traffic


Commit: 806230e4fda7a2fafeb7f1da3d2f17a1bafb25f8
https://github.com/bluez/bluez/commit/806230e4fda7a2fafeb7f1da3d2f17a1bafb25f8
Author: Brian Gix <[email protected]>
Date: 2023-03-15 (Wed, 15 Mar 2023)

Changed paths:
M mesh/remprv-server.c

Log Message:
-----------
mesh: Don't send Prov Failed on non-existant links

If remote device does not respond to a Prov Link Open request, then the
callbacks do not get established, and attempting to send Failure
messages on the non-existent link rersult in seg fault.


Compare: https://github.com/bluez/bluez/compare/7c0fb2fefb6a...806230e4fda7