infinite loop fix for injecting

This commit is contained in:
Matt Wells 2014-06-24 06:30:33 -07:00
parent 48a98df71d
commit f640061d63

View File

@ -227,6 +227,7 @@ Msg7::Msg7 () {
m_firstTime = true;
m_fixMe = false;
m_injectCount = 0;
m_start = NULL;
}
Msg7::~Msg7 () {
@ -250,7 +251,7 @@ void doneInjectingWrapper9 ( void *state ) {
return;
}
if ( msg7->m_start )
if ( delim && msg7->m_start )
goto loop;
// and we call the original caller