CANopenLinux
CANopenLinux copied to clipboard
bugfix: setRxFilters() in CO_driver.c now sets a pass-all filter if the filter list is oversized.
This fixes issue #20 by setting a filter with all mask bits zeroed out, so that all packets will pass. This is done only if setting an oversize filter list through setsockopt()
would result in EINVAL.