mFAST
mFAST copied to clipboard
pmap overwrites templateid
If pmap size is even number of bytes if is to small so it overwrites templateid
Fixed it locally with: if (instruction != nullptr) { current_pmap().init(&this->strm_, std::maxstd::size_t(instruction->segment_pmap_size(), 1) + 1); // Add one for templateid presence