Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #28

Closed
wants to merge 3 commits into from
Closed

Fixes #28

wants to merge 3 commits into from

Conversation

yegorich
Copy link
Contributor

@yegorich yegorich commented Aug 1, 2019

This PR provides various fixes for compiler and static code analyzer warnings. (for example #16).

The fixes are so far compile tested only.

Both bcopy() and bzero() are marked as legacy in POSIX.1-2001. Use
memcpy() and memset() instead.

Signed-off-by: Yegor Yefremov <[email protected]>
Signed-off-by: Yegor Yefremov <[email protected]>
@yegorich
Copy link
Contributor Author

yegorich commented Aug 6, 2019

@dschanoeh I've tested both server and client binaries on ARM and x86. Both are working as expected i.e. I could send/receive CAN frames over the network connection.

@yegorich
Copy link
Contributor Author

yegorich commented Aug 9, 2019

These issues were fixed in the new upstream repository linux-can/socketcand#1

@yegorich yegorich closed this Aug 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant