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
vecstore: when reusing memory, set length to the desired length
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.
0 commit comments