XMLRPC seg fault

* Segfault possible in xmlrpc execute function when calling
    stopMacroTimer.  Needed to be contained with a REQ(...)
    macro call.
pull/1/head
David Freese 2014-01-31 13:01:43 -06:00
rodzic 5754566f7a
commit 5f7d521645
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1614,7 +1614,7 @@ public:
}
XMLRPC_LOCK;
stopMacroTimer();
REQ(stopMacroTimer);
int s0 = 0;//number_of_samples("");
int s1 = 0;
@ -1671,7 +1671,7 @@ public:
}
XMLRPC_LOCK;
stopMacroTimer();
REQ(stopMacroTimer);
vector<unsigned char> bytes = params.getBytestring(0);
bytes.push_back(0);