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
153054: vecstore: when reusing memory, set length to the desired length r=mw5h a=mw5h
Previously, when reusing memory for the output field, PKDecoder.Init() would truncate the output field instead of setting it to the desired length. This could lead to a runtime out of bounds memory reference.
Epic: none
Release note (bug fix): An issue that could cause vector index uses to throw an out of bounds access exception has been fixed.
Co-authored-by: Matt White <[email protected]>
0 commit comments