-
Notifications
You must be signed in to change notification settings - Fork 83
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
main: fix Array out of bounds access #1184
Conversation
maby this right, in multi thread.
|
I think this is hiding the underlying problem, there should never more active file descriptors than maxfds. I have to investigate, we should first add a test case to reproduce the problem. I can have a look next week. |
udp_thread_detach needs to end in the thread where fd_sten is located, otherwise (! Fhs | |! Fhs ->fh) holds and continues to loop. Can the above description provide some clues for testing work. thanks |
I dont think this change is needed. It would be nice to have a testcase first to demonstrate the problem... |
In the multi thread of restund, it is not in the same thread, so there will be problems when ending the UDP connection.
|
No description provided.