• Tollef Fog Heen's avatar
    Report dlerror if dlopen fails · ca5859d1
    Tollef Fog Heen authored
    dlopen typically only fails here if the child process does not have
    access to the build directory and the user runs varnishtest as root
    (meaning the child setuids to nobody).  Report the dlerror and give a
    hopefully helpful hint to help diagnose the error.
    
    Fixes: #959
    ca5859d1
cache_vrt_vmod.c 3.64 KB