Commit: 2a569ec80ffb4ea7a7dc1651b6befb51f2d34cd7
Parent: e501c8ab3023155700bc752d318b1ba3480311da
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2025-04-17 23:20:45
Tree: e9f7e3c2279e359b515cd0e555567c0b0ac25d33

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"; | ^~~~~~

Diffstat

M mesh/crypto.c | 8 ++++- - - -
M tools/mesh-gatt/crypto.c | 8 ++++- - - -

2 files changed, 8 insertions(+), 8 deletions(-)

View Full Diff | Patch