Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed an out of bounds read in void rosbag::View::iterator::increment…
…() (#1191) - Only triggered if reduce_overlap_ = true - When iters_.size() == 1 and iters_.pop_back() gets called in the loop, the next loop condition check would read from iters_.back(), but iters_ would be empty by then.
- Loading branch information