Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test with ASAN enabled. #2313

Merged
merged 29 commits into from
Jun 10, 2024
Merged

Add test with ASAN enabled. #2313

merged 29 commits into from
Jun 10, 2024

Commits on Jun 1, 2024

  1. Add test with ASAN enabled.

    Rot127 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    d257449 View commit details
    Browse the repository at this point in the history
  2. Fix leaks in cstool and cs.c

    Rot127 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    f780776 View commit details
    Browse the repository at this point in the history
  3. Add work around so ASAN binaries don't DEADSIGNAL due to too many ran…

    …domized address bits.
    Rot127 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    5a46528 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d58921 View commit details
    Browse the repository at this point in the history
  5. Fix leaks in cstest

    Rot127 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    ec8fdcf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5331346 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22402ac View commit details
    Browse the repository at this point in the history
  8. Skip Python tests for ASAN

    Rot127 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    05e8cec View commit details
    Browse the repository at this point in the history
  9. Remove make build from CI

    Rot127 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    6a67aa1 View commit details
    Browse the repository at this point in the history
  10. Fix leaks in cstest.

    - Rewrite split to remove leaks and improve runtime by 6%
    - Add free()
    Rot127 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    07879f2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d372d68 View commit details
    Browse the repository at this point in the history
  12. Revert "Fix leaks in cstest."

    This reverts commit bf8ee12.
    Rot127 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    2d0f23b View commit details
    Browse the repository at this point in the history
  13. Fix memleaks in cstest

    Rot127 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    a77c28a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b1115bc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f61c02c View commit details
    Browse the repository at this point in the history
  16. Fix double free

    Rot127 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    84e4d79 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b20d1f0 View commit details
    Browse the repository at this point in the history
  18. Initialize variables

    Rot127 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    b1c6e91 View commit details
    Browse the repository at this point in the history
  19. Fix typo

    Rot127 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    c677cd2 View commit details
    Browse the repository at this point in the history
  20. Update cstest build docs

    Rot127 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    6929e37 View commit details
    Browse the repository at this point in the history
  21. Revert "Remove make build from CI"

    This reverts commit 84f7360.
    Rot127 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    3738810 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b61a8ed View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1bacb5b View commit details
    Browse the repository at this point in the history
  24. Add CAPSTONE_DIET build test.

    Rot127 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    71e1469 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f253e07 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    940082b View commit details
    Browse the repository at this point in the history
  27. Missing "

    Rot127 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    1a86e8e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b50c8df View commit details
    Browse the repository at this point in the history
  29. Revert "Add CAPSTONE_DIET build test."

    This reverts commit 71e1469.
    Rot127 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    d286aed View commit details
    Browse the repository at this point in the history