Skip to content

A fix for the SerialUSB buffer overflow bug. #45

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

Closed
wants to merge 1 commit into from

Conversation

GabrielNotman
Copy link
Contributor

Send the data in chunks based on the buffer size
instead of assuming that the whole send data
will fit into the buffer.

This is one possible fix for the issue raised here:
https://forum.arduino.cc/index.php?topic=340897.0

Send the data in chunks based on the buffer size
instead of assuming that the whole send data
will fit into the buffer.
@GabrielNotman
Copy link
Contributor Author

I believe this issue has now been resolved in commit:
ba66285

@cmaglie
Copy link
Member

cmaglie commented Oct 14, 2015

Hi @GabrielNotman,

first of all, sorry for the lack of feedback, This is a very busy period and we failed to leave a comment...

I believe this issue has now been resolved in commit

Yes, we were working on a bunch of USB fix, and your patch was basically already included in them, BTW it was a good fix for a compelling problem, so thank you anyway for your contribution!

@cmaglie cmaglie added this to the Release 1.6.2 milestone Mar 10, 2016
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