Skip to content

fixed nil pointer - #59

Open
adranwit wants to merge 402 commits into
master-w-panic-handlingfrom
master
Open

adranwit wants to merge 402 commits into
master-w-panic-handlingfrom
master

Conversation

@adranwit

Copy link
Copy Markdown
Contributor

No description provided.

adranwit and others added 26 commits September 8, 2026 09:28
Forward query selectors during redirect
Statelet column names, collector parent indexes, predicate registry, and session cache JSON could fatal with concurrent map iteration or write.
Copying the embedded QuerySelector before columnNamesMu raced with Add on Fields and Columns; ViewMetaHandler also read valuePosition without the collector index lock.
Returning the live valuePosition maps after unlock left child relation matching reading while indexValueToPosition still wrote.
Fix concurrent map races in Statelet, collector, and session cache
if err = ctx.Err(); err != nil {
return "", err
}
return token, os.Rename(file.Name(), filepath.Join(directory, string(scope)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.