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

DAOS-16251 tests: Fix various memory issues #15147

Merged
merged 3 commits into from
Sep 25, 2024
Merged

Commits on Sep 18, 2024

  1. DAOS-16251 tests: Fix various memory issues

    This patch fixes the following memory issues in daos_test:
    
      - IO13 (basic_byte_array) may read beyond the end of buf_out.
    
      - REBUILD6 (rebuild_snap_update_recs) may write beyond the end of
        string.
    
      - ARRAY19 (test_async_io) may write beyond the end of dkey_str[].
    
      - daos_start_server can't just increment svc->rl_nr without making
        sure that svc->rl_ranks matches svc->rl_nr.
    
    Signed-off-by: Li Wei <wei.g.li@intel.com>
    Required-githooks: true
    
    DAOS-16251 tests: Fix EC2 use-after-scope
    
    Signed-off-by: Li Wei <wei.g.li@intel.com>
    Required-githooks: true
    liw committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3d079e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Address review comments

    Signed-off-by: Li Wei <wei.g.li@intel.com>
    Required-githooks: true
    liw committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c822f0f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into liw/fix-obj-tests

    Required-githooks: true
    liw committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5b47bc3 View commit details
    Browse the repository at this point in the history