apache / celix

Apache Celix is a framework for C and C++14 to develop dynamic modular software applications using component and in-process service-oriented programming.
https://celix.apache.org/
Apache License 2.0
158 stars 84 forks source link

Hotfix/Fix leaks caused by realloc failure. #732

Closed PengZheng closed 4 months ago

PengZheng commented 4 months ago

Note that there remains several problematic usages of realloc (discovery_common/rsa_shm/properties), all of which do not handle allocation failure and thus will crash the program.