1. 14 Feb, 2022 3 commits
    • Robert Schmidt's avatar
      Fix shlib loaded: free memory, handle lib reload · 7ecc74ce
      Robert Schmidt authored
      - introduce loader_reset() that frees all memory
      - resolve memory leak in loader_format_shlibpath()
      - correctly handle library reload: check if a function has been
        retrieved already. Don't leak memory (strdup()), and handle multiple
        reloads of different functions from the same SO
      7ecc74ce
    • Robert Schmidt's avatar
      Copy asan.so to target lib · c4665049
      Robert Schmidt authored
      c4665049
    • Robert Schmidt's avatar
      Enable Address Sanitizer on physical simulators · 730296a5
      Robert Schmidt authored
      - install libasan in physim containers
      - run physim containers with SYS_CAP_PTRACE capability
      - remove static-libasan: not available in RHEL8:
      
        The physims are tested in a container environment on top of RHEL8. To
        my knowledge, no package provides the static ASan library there.
        Therefore, remove it here to be able to run these tests.
      730296a5
  2. 12 Feb, 2022 1 commit
  3. 10 Feb, 2022 2 commits
  4. 09 Feb, 2022 3 commits
  5. 08 Feb, 2022 3 commits
  6. 07 Feb, 2022 9 commits
  7. 05 Feb, 2022 1 commit
  8. 04 Feb, 2022 7 commits
  9. 02 Feb, 2022 7 commits
  10. 01 Feb, 2022 4 commits