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
embedding/parsing.Context.IsContentChanged indexes c.Result[i] for every processed source line. Add an explicit length check before the loop so malformed or future parser changes cannot turn a shorter generated result into an out-of-bounds panic.
embedding/parsing.Context.IsContentChangedindexesc.Result[i]for every processed source line. Add an explicit length check before the loop so malformed or future parser changes cannot turn a shorter generated result into an out-of-bounds panic.