-
Notifications
You must be signed in to change notification settings - Fork 2k
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
pkg/nanocbor: Update for fixed nanocbor_skip_simple() #19983
Conversation
Important changes: - Fixed a bug in nanocbor_skip_simple with (b|t)str types
3bd5600
to
ca81c75
Compare
bors merge |
@MrKevinWeiss @bergzand does it make sense to backport this? It is a bug fix after all, but I am not sure if the previous bump (#19975) should be included (or is already included in RC1 for that matter...) |
Let's add the Bugfixes in while we can |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
See #19988 |
19988: pkg/nanocbor: Update for fixed nanocbor_skip_simple() [backport 2023.10] r=MrKevinWeiss a=bergzand # backport of #19975 and #19983 ### Contribution description Manually created the backport this time 😢 Includes both #19975 and #19983 to include the nanocbor bug fix for the `nanocbor_skip_simple()` function ### Testing procedure The usual nanocbor test in `tests/pkg/nanocbor` ### Issues/PRs references None Co-authored-by: Koen Zandberg <koen@bergzand.net>
Contribution description
@miri64 found a bug in NanoCBOR which is fixed with the latest commit.
Important changes:
Testing procedure
The pkg test should still pass.
Issues/PRs references
None