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
in_forward: fix connection release on pause memory corruption
This change fixes a use after free issue related to connection
disposal which caused the event handler to access invalid
memory when the memory limits were exceeded during ingestion.
In order to overcome this issue we track the plugin instances
state and delay the connection cleanup process.
Signed-off-by: Leonardo Albertovich <[email protected]>
0 commit comments