Re: [PATCH v6] app/mldev: add internal function for file read

2023-07-07 Thread Thomas Monjalon
07/06/2023 19:24, Srikanth Yalavarthi: > Added internal function to read model, input and reference > files with required error checks. This change fixes the > unchecked return value and improper use of negative value > issues reported by coverity scan for file read operations. > > Coverity issue:

[PATCH v6] app/mldev: add internal function for file read

2023-06-07 Thread Srikanth Yalavarthi
Added internal function to read model, input and reference files with required error checks. This change fixes the unchecked return value and improper use of negative value issues reported by coverity scan for file read operations. Coverity issue: 383742, 383743 Fixes: f6661e6d9a3a ("app/mldev: va