Closed rj00a closed 4 months ago
Zero-sized component BlobVec's have a capacity of usize::MAX, which means checking the first column in push_would_reallocate is incorrect.
BlobVec
usize::MAX
push_would_reallocate
Closes #71
Zero-sized component
BlobVec
's have a capacity ofusize::MAX
, which means checking the first column inpush_would_reallocate
is incorrect.Closes #71