Changes between Version 1 and Version 2 of Ticket #18858, comment 2


Ignore:
Timestamp:
Mar 23, 2024, 10:48:44 AM (8 months ago)
Author:
bolsen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18858, comment 2

    v1 v2  
    33{{{
    44const char *semicolon = strchr(rpath, ';');
     5}}}
    56
    67could be the culprit since the "rpath" might be NULL if pathString == runpath. Thus, it might then segfault here.
    78
     9This is in: src/system/runtime_loader/runtime_loader.cpp
     10
     11{{{
    812-       // try rpath (DT_RPATH)
    913-       if (rpath != NULL) {