Jim Panetta
Results
1
comments of
Jim Panetta
I found a possible "off the end of a vector" issue: In tf2, BufferCore::getFrame reads: ``` c++ tf2::TimeCacheInterfacePtr BufferCore::getFrame(CompactFrameID frame_id) const { if (frame_id == 0 || frame_id > frames_.size())...