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
we are facing malloc segfault errors related to the rapidjson in
the allocators.h thrown in the function AddChunk.
I checked the rapidjson repo and saw that a couple of years ago potential malloc segfaults relatrd to this
location were addressed.
I will try to port the latest version in our current afanasy build and see if it fixes the segfaults.
Are there any concerns about bringing the latest version in afanasy and/or were there a loot of manual adjustments done in
that part of the code that i should be aware of?
If everything goes fine ill be happy to contribute a PR later for that integration/update. ;)
Cheers
Jonas
Pipeline TD RISE FX
The text was updated successfully, but these errors were encountered:
Hey
we are facing malloc segfault errors related to the rapidjson in
the allocators.h thrown in the function AddChunk.
I checked the rapidjson repo and saw that a couple of years ago potential malloc segfaults relatrd to this
location were addressed.
I will try to port the latest version in our current afanasy build and see if it fixes the segfaults.
Are there any concerns about bringing the latest version in afanasy and/or were there a loot of manual adjustments done in
that part of the code that i should be aware of?
If everything goes fine ill be happy to contribute a PR later for that integration/update. ;)
Cheers
Jonas
Pipeline TD RISE FX
The text was updated successfully, but these errors were encountered: