Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: cffd5832a52cab71679e0bc6ee02a8f7816f1950 https://github.com/bluez/bluez/commit/cffd5832a52cab71679e0bc6ee02a8f7816f1950 Author: Inga Stotland <inga.stotland@xxxxxxxxx> Date: 2023-04-03 (Mon, 03 Apr 2023) Changed paths: M mesh/mesh-io-api.h M mesh/mesh-io-generic.c M mesh/mesh-io-mgmt.c M mesh/mesh-io-unit.c M mesh/mesh-io.c M mesh/mesh-io.h Log Message: ----------- mesh: Tighten IO and fix out-of-bounds array access This fixes the out-of-bounds array access in mesh-io-mgmt.c caught by address sanitizer. Similar fixes were applied earlier to generic and unit IOs. With this patch, the common code is factored into a centralized location.