You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
glib: Fix overflow in StrV::reserve when checking capacity
The left hand side of the condition `self.len + additional + 1 <= self.
capacity` could overflow and wrap around if `additional` was set to a
huge value, causing `reserve` to return without reserving a specified
capacity.
0 commit comments