]> git.ipfire.org Git - thirdparty/hostap.git/commit
D-Bus: Use size_t for values theoretically larger than 16-bit int
authorJouni Malinen <j@w1.fi>
Sun, 22 Mar 2020 15:24:21 +0000 (17:24 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 22 Mar 2020 16:50:04 +0000 (18:50 +0200)
commita2c23195ade1fd6fad66b0fbad433133c492a2c9
treec6a59a13670700f5324f826c0231b9f614e46dac
parentd2d16e3100ed15fffa3c475568689b3f1449e976
D-Bus: Use size_t for values theoretically larger than 16-bit int

These are theoretical cases with 32-bit integers, but cases that could
potentially hit an integer overflow with 16-bit int.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/dbus/dbus_new_handlers.c