mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
d3468d907f94c01f8b41c8142007529bae9a6ccc
On 64bit systems a 'long' is a 64bit value but the target values of scanf() are always 32bit in the affected code - which means just an 'unsigned int'. Unsigned int is fine on 32 and 64 bit systems. Thanks to Andre Naujoks for reporting this issue.
Description
Linux-CAN / SocketCAN user space applications
2.9 MiB
Languages
C
98.1%
CMake
0.7%
Makefile
0.6%
Shell
0.5%