Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Does Polyspace Prover's wrong analysis occur in a run-time loop execution ?

1 visualización (últimos 30 días)
Thao H
Thao H el 6 de Jun. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I have an orange warning in my source code reported by Polyspace Code Prover R2018a. But it is too weird and shown as below:
Untitled1.png
u4Data[] and ptMb->u4DFReg[] are using the same index (and this index is legal and equal to [0 .. 15]) to access the data arrays.
Could you (Technical support team) tell me what is the problem in the source code above ? And tell me how to resolve the warning ?
Thanks!

Respuestas (1)

John Boyd
John Boyd el 8 de En. de 2020
The ulDataReadSize variable is probably an unproven/unkown value and equal to full range. Since Polyspace is uncertain as to what the termination index is, it produced an orange on the first subscript that was out of bounds, in this case 16.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by