iwinfo: update byte counter to 64bit
authorThomas Weißschuh <thomas@t-8ch.de>
Sun, 28 May 2023 07:02:51 +0000 (09:02 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 25 Jun 2023 20:03:39 +0000 (22:03 +0200)
commitc07ab2f91061ad64209e9aaa1fb1b77061a1af25
tree8eae7cd070070057c00e06b854906a2e92c0f4a7
parent31c390727b83c9efd768c7aa258813e6084b46a3
iwinfo: update byte counter to 64bit

This prevents overflows after 4GiB or 2GiB if the number is interpreted
as signed integer, for example in the blobmbsg json serialization.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
iwinfo.c