We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614bce2 commit b911f95Copy full SHA for b911f95
Utilities/DataSampling/src/Dispatcher.cxx
@@ -80,7 +80,7 @@ void Dispatcher::init(InitContext& ctx)
80
81
header::Stack extractAdditionalHeaders(const char* inputHeaderStack)
82
{
83
- std::array<header::BaseHeader const*, 5> headers;
+ std::array<header::BaseHeader const*, 8> headers;
84
int count = 0;
85
const auto* first = header::BaseHeader::get(reinterpret_cast<const std::byte*>(inputHeaderStack));
86
for (const auto* current = first; current != nullptr; current = current->next()) {
0 commit comments