Update TopicTree fuzzing

This commit is contained in:
Alex Hultman
2020-06-01 14:51:50 +02:00
committed by GitHub
parent 8f7d642f3f
commit 1699b214c5
+1 -1
View File
@@ -54,7 +54,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
}
} else if (data[4] == 'P') {
/* Publish */
topicTree.publish(lastString, lastString);
topicTree.publish(lastString, {lastString, lastString});
} else if (data[4] == 'D') {
/* Drain */
topicTree.drain();