1. 21 Feb, 2022 3 commits
    • Robert Schmidt's avatar
      Fix memory leaks in nr_dlschsim · 1f2dfd5d
      Robert Schmidt authored
      1f2dfd5d
    • Robert Schmidt's avatar
      Fix shlib loaded: free memory, handle lib reload · 49fb0d6d
      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
      49fb0d6d
    • Robert Schmidt's avatar
      Enable Address Sanitizer on physical simulators · ff9c1764
      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.
      ff9c1764
  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 5 commits