-
Notifications
You must be signed in to change notification settings - Fork 59
Use data() to avoid potentially dereferencing an empty vector (fixes #666) #667
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
Conversation
Signed-off-by: Øystein Sture <[email protected]>
Pulls: #667 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix.
https://github.com/Mergifyio backport kilted jazzy humble |
✅ Backports have been created
|
Signed-off-by: Øystein Sture <[email protected]> (cherry picked from commit fce38dd)
Signed-off-by: Øystein Sture <[email protected]> (cherry picked from commit fce38dd)
Signed-off-by: Øystein Sture <[email protected]> (cherry picked from commit fce38dd)
…669) (cherry picked from commit fce38dd) Signed-off-by: Øystein Sture <[email protected]> Co-authored-by: Øystein Sture <[email protected]>
…670) (cherry picked from commit fce38dd) Signed-off-by: Øystein Sture <[email protected]> Co-authored-by: Øystein Sture <[email protected]>
…668) (cherry picked from commit fce38dd) Signed-off-by: Øystein Sture <[email protected]> Co-authored-by: Øystein Sture <[email protected]>
Description
Fixes #666
Very minor change, but fixes this failure when vector assertions are enabled and the endpoint vector is empty.
Is this user-facing behavior change?
No.
Did you use Generative AI?
No.
Additional Information