Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 22.08.1
-
Fix Version/s: 22.08.2
-
Component/s: avrorouter
-
Labels:None
Description
If a client is closed when the avrorouter is sending data, a crash might occur. This usually manifests as a std::bad_alloc exception.
This happens because the sending of the data can queue data to be sent later in order to not monopolize a thread. It uses a mechanism that doesn't guarantee execution of the relevant function before the session is closed.