Files
rt-thread/components/libc/posix/libdl
copilot-swe-agent[bot] 79d62050aa [libc][libdl] Extract name extraction to shared function and fix edge cases
Address code review feedback:
1. Extract path stripping logic into shared dlmodule_extract_name() function
   to avoid code duplication between dlopen() and _dlmodule_set_name().
2. Fix edge case handling for filenames starting with dot (e.g., .hidden).
3. Add proper documentation for the new function.

This ensures consistent module name extraction across all code paths.

Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
2026-03-19 02:36:09 +00:00
..
2024-11-13 07:58:34 +08:00
2024-11-13 07:58:34 +08:00
2024-11-13 07:58:34 +08:00
2024-11-13 07:58:34 +08:00
2024-11-13 07:58:34 +08:00
2024-11-13 07:58:34 +08:00
2024-11-13 07:58:34 +08:00