Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 6a8fb8a00e533dd519665b2394549f66c124268a https://github.com/bluez/bluez/commit/6a8fb8a00e533dd519665b2394549f66c124268a Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-05-19 (Mon, 19 May 2025) Changed paths: M client/main.c Log Message: ----------- client: Fix crashing command info If command info is called without any parameters, and without connecting any device, it will call find_set which doesn't check argc and argv are actually valid. Fixes: https://github.com/bluez/bluez/issues/1251 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications