CANopenLinux icon indicating copy to clipboard operation
CANopenLinux copied to clipboard

bugfix: setRxFilters() in CO_driver.c now sets a pass-all filter if the filter list is oversized.

Open maservant opened this issue 9 months ago • 0 comments

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.

maservant avatar Apr 30 '24 17:04 maservant