From: Soeren Apel Date: Tue, 9 Oct 2018 06:10:39 +0000 (+0200) Subject: Segments: Fix iterator access to underlying value X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=65c92359634f672e5f472a5214719dabc7e20883;hp=65c92359634f672e5f472a5214719dabc7e20883 Segments: Fix iterator access to underlying value Before this change, it->value was accessed even when the iterator went past the end of the underlying buffer. ---