Closed chivay closed 6 years ago
After some groveling in core dump, I've determined the problem is here: https://github.com/codilime/veles/blob/master/src/visualization/minimap.cc#L645 . If size == samplesize, the (apparently needless) -1 will cause end to be exactly samplesize-1, and start to be (size_t)-1, causing invalid array access. However, I have absolutely no idea how to reproduce this bug.
Repro steps in #381.