1. 18 6月, 2018 5 次提交
  2. 08 6月, 2018 1 次提交
  3. 24 5月, 2018 1 次提交
  4. 10 10月, 2017 1 次提交
  5. 09 5月, 2017 1 次提交
    • V
      Fix dynamic.c segmentation fault · c7033436
      Victor Cuadrado Juan 提交于
      Make dlopen() use cwd.
      
      Without this fix the program will get a segmentation fault, as
      dlopen() will return NULL, and dlerror() diagnoses:
      
          Failed to load fn.so: fn.so: cannot open shared object file: No such file or
          directory
      
      man dlopen says:
      
          If filename contains a slash ("/"), then it is interpreted as a (relative or
          absolute) pathname (**what we want**). Otherwise, the dynamic linker
          searches for the object as follows… (*lists several options that don't for
          the cwd unless you set up env vars*)
      c7033436
  6. 21 2月, 2016 2 次提交
  7. 16 12月, 2015 2 次提交
  8. 17 11月, 2015 1 次提交
  9. 10 8月, 2015 1 次提交
  10. 31 5月, 2015 1 次提交
  11. 22 5月, 2015 1 次提交
  12. 04 1月, 2015 1 次提交
  13. 25 9月, 2014 1 次提交
  14. 22 9月, 2014 1 次提交
  15. 20 9月, 2014 1 次提交
  16. 25 8月, 2014 2 次提交
  17. 03 7月, 2014 2 次提交
  18. 14 4月, 2014 1 次提交
  19. 12 4月, 2014 4 次提交
  20. 19 2月, 2014 1 次提交
  21. 13 1月, 2014 3 次提交