Skip to content
  • Frank Bossen's avatar
    Fix issue reported by address sanitizer · 7fe3c755
    Frank Bossen authored
    The sanitizer reports that a call to getBrickIdxBsMap() tries
    to access an out-of-bounds element. The size of the array
    brickIdxBsMap[] is thus increased by 1 and its last element is
    initialized to some large value
    7fe3c755