Closed ColinIanKing closed 2 weeks ago
thank @ColinIanKing for raising the PR.. We will merge this change and it will be included in the upcoming qatengine release version 1.7.0.
@ColinIanKing the code changes are included in v1.7.0. https://github.com/intel/QAT_Engine/commit/e7b004944975ec6f37b39e5e1d506b7d220390f7
The signed int index i is currently being ranged checked on the upper bounds but not on a negative lower bounds. Add in the missing lower bounds range change to avoid any potentially negative array indexing.
Issue detected using Coverity Scan static analysis