According to coverity, there is an out of bounds access here
https://github.com/cbielow/OpenMS/blob/IDPEP%2B%2B/src/openms/source/MATH/MISC/NNLS/NNLS.cpp?pr=%2FOpenMS%2FOpenMS%2Fpull%2F726#L253
1079394 Out-of-bounds access
109. callee_ptr_arith: Passing "&dummy" to function "OpenMS::NNLS::h12_[...]" which uses it as an array. This might corrupt or misinterpret adjacent memory locations.
@cbielow can you comment on this issue?
According to coverity, there is an out of bounds access here
https://github.com/cbielow/OpenMS/blob/IDPEP%2B%2B/src/openms/source/MATH/MISC/NNLS/NNLS.cpp?pr=%2FOpenMS%2FOpenMS%2Fpull%2F726#L253
1079394 Out-of-bounds access
109. callee_ptr_arith: Passing "&dummy" to function "OpenMS::NNLS::h12_[...]" which uses it as an array. This might corrupt or misinterpret adjacent memory locations.
@cbielow can you comment on this issue?