-
Notifications
You must be signed in to change notification settings - Fork 417
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 for Stack::Resize that new_capacity is not assigned to capacity_ #934
Conversation
Yes, there is a problem with easyCLA validation: open-telemetry/community#795 |
Codecov Report
@@ Coverage Diff @@
## main #934 +/- ##
==========================================
+ Coverage 95.36% 95.36% +0.01%
==========================================
Files 160 160
Lines 6779 6780 +1
==========================================
+ Hits 6464 6465 +1
Misses 315 315
|
@Yerannnnnn - Can you try to authorize yourself for easyCLA now? |
@lalitb Done |
Changes
Fix for Stack::Resize that new_capacity is not assigned to capacity_ , caused stack to constantly allocate memory when size_>0.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes