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
The text was updated successfully, but these errors were encountered:
MiguelCompany
changed the title
Incorrect payload pool release in EDPSimple destructor.
Incorrect payload pool release in EDPSimple destructor [13114]
Dec 1, 2021
There is a bug in
EDPSimple::~EDPSimple()
which attempts to release more memory than it was allocated:Such behavior leads to integer overflow in
PreallocatedReallocTopicPayloadPool::release_history()
:Next time, on participant creation, the payload pool tries to allocate gigantic amount of memory and gets killed by the OS.
System information
Additional context
This code change helps to solve the issue:
The text was updated successfully, but these errors were encountered: