- Nov 10, 2023
-
-
Thomas Laurent authored
-
- Oct 31, 2023
-
-
mir authored
-
- Jun 12, 2023
-
-
laurent authored
-
- Jun 01, 2023
-
-
Vijaykumar Chadachan authored
Fix for following CPPCheck warnings - invalidPrintfArgType Rebased with latest develop branch w21. Reverted modifications unrelated to printf issues.
-
- Mar 09, 2023
-
-
-
Francesco Mani authored
-
- Aug 18, 2022
-
-
laurent authored
-
- Feb 21, 2022
-
-
Robert Schmidt authored
-
Robert Schmidt authored
- introduce loader_reset() that frees all memory - resolve memory leak in loader_format_shlibpath() - correctly handle library reload: check if a function has been retrieved already. Don't leak memory (strdup()), and handle multiple reloads of different functions from the same SO
-
- Nov 12, 2021
-
-
matzakos authored
-
- Oct 27, 2021
-
-
frtabu authored
Enhance loader to allow library version selection for executables, as ldcptest which do not use the config module.
-
- Jan 07, 2019
-
-
Cédric Roux authored
For whatever reason most of the files had their permission changed from 644 to 755, which is not wanted.
-
- Sep 03, 2018
-
-
Robert Schmidt authored
don't fail in library utility function, return with error code instead and let application decide what is best on how to proceed
-
Robert Schmidt authored
* check whether a library has been loaded before; in this case, don't allocate new memory but load from old library again * vital parameters, previous exit_fun are checked by AssertFatal() * structure has changed a bit to make it easier to follow (instead of nested ifs includes one goto to the end of the function) * formatting has been improved
-
- Aug 24, 2018
- Apr 09, 2018
-
-
knopp authored
-
- Mar 09, 2018
-
-
Cédric Roux authored
-
- Mar 08, 2018
- Oct 16, 2017
-
-
Mohamed Said authored
-
- Oct 06, 2017
-
-
frtabu authored
-
- Sep 29, 2017
-
-
oai authored
-