Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NULL pointer dereference in remove_next_nth_ir()
There was a NULL pointer dereference issue in remove_next_nth_ir(). To address this, we now check for the existence of the next ir in the loop. If there is no next ir, we terminate the loop early. This change ensures that we do not attempt to remove non-existent ir.
- Loading branch information
66d4f43
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmarks
Dhrystone
1720
Average DMIPS over 10 runs1411.87
Average DMIPS over 10 runs0.82
Coremark
1493.22
Average iterations/sec over 10 runs1107.205
Average iterations/sec over 10 runs0.74
This comment was automatically generated by workflow using github-action-benchmark.