Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the NAME function is not thread safety #6669

Open
houfengjiejie opened this issue May 7, 2024 · 0 comments
Open

the NAME function is not thread safety #6669

houfengjiejie opened this issue May 7, 2024 · 0 comments
Assignees

Comments

@houfengjiejie
Copy link

houfengjiejie commented May 7, 2024

func (e *Elem) Name() string {

I found the Name function is not thread safety , the e.name may be write or read by diffrent thread at the same time,may cause crash;

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

No branches or pull requests

2 participants