]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix undefined behavior in module tests
authorMarkus Theil <markus.theil@tu-ilmenau.de>
Wed, 8 Jan 2020 10:04:52 +0000 (11:04 +0100)
committerJouni Malinen <j@w1.fi>
Wed, 8 Jan 2020 12:56:55 +0000 (14:56 +0200)
commitf7b2fe99eaf1abb89c1a0b11a8d760718913f655
tree53cd2e27e3d5e24da64bfd9f55491c61cadf3dff
parent297d69161b014ffbc3dd686e2216f29059431717
tests: Fix undefined behavior in module tests

Test: wpa_supplicant module tests
../src/utils/utils_module_tests.c:933:7: runtime error: left shift of 1 by 31 places cannot be represented in type 'int'

Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
src/utils/utils_module_tests.c