mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-07 13:37:21 +00:00
dlopen() of an already loaded library used to fail, so nothing exercised what happens when two callers hold the same object. Open the library a second time, check the same handle comes back, close one of the two and check the library is still usable through the other. Needs the counterpart change in nuttx; without it the second dlopen() returns NULL and this reports it. Assisted-by: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com> |
||
|---|---|---|
| .. | ||
| main | ||
| modprint | ||
| sotest | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Make.defs | ||
| Makefile | ||