Changes between Version 1 and Version 2 of Ticket #18858, comment 2
- Timestamp:
- Mar 23, 2024, 10:48:44 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18858, comment 2
v1 v2 3 3 {{{ 4 4 const char *semicolon = strchr(rpath, ';'); 5 }}} 5 6 6 7 could be the culprit since the "rpath" might be NULL if pathString == runpath. Thus, it might then segfault here. 7 8 9 This is in: src/system/runtime_loader/runtime_loader.cpp 10 11 {{{ 8 12 - // try rpath (DT_RPATH) 9 13 - if (rpath != NULL) {