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

Isobusfs fixes #530

Merged
merged 3 commits into from
May 25, 2024
Merged

Isobusfs fixes #530

merged 3 commits into from
May 25, 2024

Conversation

olerem
Copy link
Contributor

@olerem olerem commented May 25, 2024

This pull request should address following issues:
#529
and one detected by introducing errors on the CAN bus
#443

olerem added 3 commits May 25, 2024 07:57
Kernel may notify us about some error, which may happens if the bus was
in the error state. But this is not a good reason to kill application,
especially the server side.

Signed-off-by: Oleksij Rempel <[email protected]>
…e_len

name_len is __le16. We need always convert it to host byte order.

Signed-off-by: Oleksij Rempel <[email protected]>
The memset in isobusfs_srv_volume_status_resp() was attempting to make a
padding beyond the buffer. Fix it.

Signed-off-by: Oleksij Rempel <[email protected]>
@marckleinebudde marckleinebudde merged commit b76bb3f into linux-can:master May 25, 2024
3 checks passed
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.

2 participants