1. 27 6月, 2011 1 次提交
    • R
      error handling in dynamic linking · 6b3d5e50
      Rich Felker 提交于
      some of the code is not yet used, and is in preparation for dlopen
      which needs to be able to handle failure loading libraries without
      terminating the program.
      6b3d5e50
  2. 26 6月, 2011 3 次提交
  3. 25 6月, 2011 3 次提交
  4. 24 6月, 2011 1 次提交
    • R
      prepare support for LD_LIBRARY_PATH (checking suid/sgid safety) · b7f6e0c6
      Rich Felker 提交于
      the use of this test will be much stricter than glibc and other
      typical implementations; the environment will not be honored
      whatsoever unless the program is confirmed non-suid/sgid by the aux
      vector the kernel passed in. no fallback to slow syscall-based
      checking is used if the kernel fails to provide the information; we
      simply assume the worst (suid) in this case and refuse to honor
      environment.
      b7f6e0c6
  5. 19 6月, 2011 2 次提交