Skip to content

BF: Fix `fnirt_error.what()` - was returning a pointer to a local variable

Paul McCarthy requested to merge bf/fnirt_error into master

This could result in garbage error messages being emitted, e.g.:

Error occurred when preparing to fnirt
Exception thrown with message: >"G\

Merge request reports