Skip to content

Fix invalid read access in CSCMatrixHandlerTpl::operator()

Reinhard Resch requested to merge fix-CSCMatrixHandlerTpl into develop

This merge request fixes an invalid memory access which occurs when reading a non existing matrix entry by operator().

Merge request reports