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

Fix stack overflow in heapless octetsbuilder with_capacity #59

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

tertsdiepraam
Copy link
Contributor

No description provided.

@partim partim merged commit e5fcd46 into main Jul 10, 2024
24 checks passed
@partim partim deleted the fix-heapless-with-capacity branch July 10, 2024 07:23
partim added a commit that referenced this pull request Oct 10, 2024
New

* Added `Str::try_copy_from_str` and `Str::copy_from_str` to create a new
  `Str<_>` by copying from a `&str`. ([#56])

Bug fixes

* Fixed an infinite loop in the `OctetsBuilder::with_capacity` impl for
  `heapless::Vec<..>`. ([#59])

[#56]: #56
[#59]: #59
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