mFAST icon indicating copy to clipboard operation
mFAST copied to clipboard

pmap overwrites templateid

Open pcbk opened this issue 3 years ago • 1 comments

If pmap size is even number of bytes if is to small so it overwrites templateid

pcbk avatar Nov 04 '21 15:11 pcbk

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

pcbk avatar Nov 04 '21 16:11 pcbk