1. 21 Feb, 2022 2 commits
    • Robert Schmidt's avatar
      Fix shlib loaded: free memory, handle lib reload · ac0af5a8
      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
      ac0af5a8
    • Robert Schmidt's avatar
      Enable Address Sanitizer on physical simulators · 923edebd
      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.
      923edebd
  2. 20 Feb, 2022 1 commit
  3. 19 Feb, 2022 3 commits
  4. 18 Feb, 2022 5 commits
  5. 17 Feb, 2022 2 commits
  6. 16 Feb, 2022 2 commits
  7. 15 Feb, 2022 7 commits
  8. 14 Feb, 2022 7 commits
  9. 12 Feb, 2022 1 commit
  10. 11 Feb, 2022 4 commits
  11. 10 Feb, 2022 6 commits