Segments: Fix iterator access to underlying value
authorSoeren Apel <soeren@apelpie.net>
Tue, 9 Oct 2018 06:10:39 +0000 (08:10 +0200)
committerSoeren Apel <soeren@apelpie.net>
Sat, 13 Oct 2018 13:35:14 +0000 (15:35 +0200)
Before this change, it->value was accessed even when the
iterator went past the end of the underlying buffer.


No differences found