RoganDawes / LOGITacker

Enumerate and test Logitech wireless input devices for vulnerabilities with a nRF52840 radio dongle.
GNU General Public License v3.0
634 stars 112 forks source link

Fix compilation bug #56

Closed bkerler closed 4 years ago

bkerler commented 4 years ago

The latest arm-none-eabi from Ubuntu 20.04 throws the compilation error : ../../../logitacker/logitacker_devices.c:300:67: error: iteration 2147483645 invokes undefined behavior [-Werror=aggressive-loop-optimizations]

This commit fixes the compilation.

RoganDawes commented 4 years ago

Thanks