You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
If pmap size is even number of bytes if is to small so it overwrites templateid
The text was updated successfully, but these errors were encountered: