libicsneo/communication
Paul Hollinsky 4d655da69d Decoder: 64-bit shift to avoid UB
Shifting a value by more than the size of its type is UB.

This was actually causing mangled serial numbers with
optimization on using Clang 12 on Linux.
2021-01-29 17:32:07 -05:00
..
message Add description field for messages 2020-11-13 16:15:04 -05:00
packet Ethernet: Encode preemption enabled flag 2020-09-22 19:19:22 -04:00
communication.cpp Allow disconnections to be signaled by drivers 2020-10-08 17:38:10 -04:00
decoder.cpp Decoder: 64-bit shift to avoid UB 2021-01-29 17:32:07 -05:00
driver.cpp Fix deadlock with Driver::write 2020-08-14 16:57:52 -04:00
encoder.cpp Always send the ReadSettings command in short format 2020-08-10 12:30:30 -04:00
ethernetpacketizer.cpp EthernetPacketizer: Add missing include for GCC 2020-09-23 10:23:05 -04:00
multichannelcommunication.cpp MultiChannelCommunication: Fix issue where initial open fails 2020-06-24 21:38:57 -04:00
packetizer.cpp Packetizer: Correct packet length check 2020-09-22 19:17:12 -04:00