mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +02:00
rcinput:killTimer check if iterator is not corrupted, possible segfault
This commit is contained in:
@@ -525,6 +525,7 @@ int CRCInput::checkTimers()
|
||||
if ( e->times_out> _newtimer.times_out )
|
||||
break;
|
||||
|
||||
if(e != timers.end())
|
||||
timers.insert(e, _newtimer);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user