onnxruntime
c75681a4 - Address CodeQL security issues on comparison of different types (#23276)

Commit
1 year ago
Address CodeQL security issues on comparison of different types (#23276) ### Description Fix comparison of narrow type with wide type in loop condition. ### Motivation and Context Comparison between types of different widths in a loop condition can cause the loop to fail to terminate.
Parents
Loading