Skip to content

Fix Camera::getDetectorModel segfault

Samuel Debionne requested to merge fix-camera-model-segfault into stable

Dumb mistake, a comma was missing.

"Generator",
"Generator Prefetched"
                      ^^^ where is the comma?
"Loader",
"Loader Prefetched"};

Consequently DetectorModel[4] was not properly initialized for the last value in the array which happens to be the Loader Prefetched...

Merge request reports