Add ASan and UBSan CI coverage
All checks were successful
libakerror CI Build / cmake_build_freestanding (push) Successful in 2m38s
libakerror CI Build / cmake_build (push) Successful in 2m48s
libakerror CI Build / sanitizer (push) Successful in 3m0s
libakerror CI Build / coverage (push) Successful in 2m48s
libakerror CI Build / mutation_test (push) Successful in 42m12s
All checks were successful
libakerror CI Build / cmake_build_freestanding (push) Successful in 2m38s
libakerror CI Build / cmake_build (push) Successful in 2m48s
libakerror CI Build / sanitizer (push) Successful in 3m0s
libakerror CI Build / coverage (push) Successful in 2m48s
libakerror CI Build / mutation_test (push) Successful in 42m12s
This commit is contained in:
@@ -676,7 +676,7 @@ static akerr_ErrorContext AKERR_NOIGNORE *akerr_reserve_status_range_locked(int
|
||||
"must not overflow int)",
|
||||
count, first_status, owner == NULL ? "(null)" : owner,
|
||||
AKERR_MAX_STATUS_RANGE_OWNER_LENGTH);
|
||||
last_status = first_status + count - 1;
|
||||
last_status = first_status + (count - 1);
|
||||
|
||||
for ( int i = 0; i < akerr_status_range_count; i++ ) {
|
||||
if ( first_status <= akerr_status_ranges[i].last &&
|
||||
|
||||
Reference in New Issue
Block a user