-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
5 changed files
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters