-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
the buffer allocation logic when creating frames did not consider the FD_FLAG_FD_FRAME flag when deciding how big of a buffer to allocate. SocketCAN ignores flags (which are an FD feature) if the written buffer is not exactly as big as FD's MTU. fixes #52
- Loading branch information
1 parent
024a852
commit 2aa22c7
Showing
2 changed files
with
55 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters