Closed daljit46 closed 3 months ago
clang-tidy review says "All clean, LGTM! :+1:"
clang-tidy review says "All clean, LGTM! :+1:"
clang-tidy review says "All clean, LGTM! :+1:"
Mentioning this for bookkeeping: the changes in this PR have been rebased in dev
following discussion in #2859.
In 62861585ac9dedfdc64d2879124ab392ac4736a4, as part of #2911,
ColourMap::maps
was converted from a null-terminated C array to astd::vector
. However, the loops iterating over this list weren't updated and were still relying on null-termination causing an invalid memory access. This also resultedmrview
crashing on MacOS. @bjeurissen Could you check if this fixes the crash on your system?