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
{{ message }}
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
During a congested network - I got reproducable segaults in:
ESPAsyncWebServer/src/AsyncWebSocket.cpp
Line 646 in 67de9cd
it appears that data can be NULL (and datalen = 0). Given that in line
ESPAsyncWebServer/src/AsyncWebSocket.cpp
Line 698 in 67de9cd
this is only used when datalen >0 I suggest putting an
sentinel in.
The text was updated successfully, but these errors were encountered: