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
Context:
- When the number of exception values `bestbbestcexceptmaxb[1]` +
`data_pointers[index as usize]` exceeded the pre-allocated size of
`data_to_be_packed`, the resize logic replaced the entire buffer,
discarding existing values.
Implemented:
- Fixed the resizing logic to preserve existing exception values by
extending the vector with zeros instead of overwriting.
- Added `test_exception_value_vector_resizes` unit test.
Co-authored-by: Weixing Zhang <[email protected]>
0 commit comments