fix -Wformat-truncation warnings
authorAndre Heider <a.heider@gmail.com>
Fri, 18 Nov 2022 11:29:44 +0000 (12:29 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 15 Dec 2022 19:07:49 +0000 (20:07 +0100)
commitccaabb4ea4b11382bffd9fb05558c390c1eb70c4
tree78f04bfab533b1e6915b68bc2a29100a85e51000
parent50380db79b8bc3d57c43354d20626e4040dd589d
fix -Wformat-truncation warnings

Increase buffer sizes to get rid of e.g.:
iwinfo_nl80211.c:797:41: note: 'snprintf' output between 24 and 279 bytes into a destination of size 64

Signed-off-by: Andre Heider <a.heider@gmail.com>
iwinfo_cli.c
iwinfo_nl80211.c