cmd/vet: copylock: infinite recursion through type parameters #49384
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
Soon
This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
Milestone
We need to be careful to avoid infinite recursion in recursive vet checks that consider type parameters. The following code causes an infinite recursion in the new copylock logic (discovered when gopls crashed while working on similar handling for infinite recursion in the printf analyzer...).
I'll audit the other updated vet analyzers for similar problems.
CC @timothy-king
The text was updated successfully, but these errors were encountered: