Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: e501c8ab3023155700bc752d318b1ba3480311da https://github.com/bluez/bluez/commit/e501c8ab3023155700bc752d318b1ba3480311da Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-04-17 (Thu, 17 Apr 2025) Changed paths: M src/shared/shell.c Log Message: ----------- shared/shell: Fix build errors in fc42 This fixes the following errors: src/shared/shell.c: In function 'rl_cleanup': src/shared/shell.c:1429:20: error: zero-length gnu_printf format string [-Werror=format-zero-length] 1429 | rl_message(""); | ^~ Commit: 2a569ec80ffb4ea7a7dc1651b6befb51f2d34cd7 https://github.com/bluez/bluez/commit/2a569ec80ffb4ea7a7dc1651b6befb51f2d34cd7 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-04-17 (Thu, 17 Apr 2025) Changed paths: M mesh/crypto.c M tools/mesh-gatt/crypto.c Log Message: ----------- mesh: Fix build errors when compiling on fc42 ./mesh/crypto.c: In function ‘mesh_crypto_device_key’: ./mesh/crypto.c:436:33: error: initializer-string for array of ‘unsigned char’ truncates NUL terminator but destination lacks ‘nonstring’ attribute (5 chars into 4 available) [-Werror=unterminated-string-initialization] 436 | const uint8_t prdk[4] = "prdk"; | ^~~~~~ Compare: https://github.com/bluez/bluez/compare/aedd7b936b72...2a569ec80ffb To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications