rtlabs-com / c-open

CANopen stack for embedded devices
http://www.rt-labs.com
Other
79 stars 40 forks source link

Make sure can frame is zero initialized #62

Closed elupus closed 10 months ago

elupus commented 10 months ago

The structure can_frame_t, can be extended inside rt-kernel, and must zero initialized to avoid reads of uninitialized memory.