pvtom/rscp2mqtt

Segmentation fault on x86-64 systems

Closed this issue · 1 comments

pvtom commented

rscp2mqtt core dumps on a Linux PC. Maybe a problem in the AES implementation. Same effect with the original example program.

pvtom commented

fixed: Problem was the usage of type "long", which has a different range in 64 bit environments. Solution was to replace "long" by "uint32_t"