Open
Description
OpenDIS segfaults on IncomingMessage::SwitchOnType (called by IncomingMessage::Process). Have come across this once on Windows and once on RHEL. First was while processing the DetonationPdu on Windows and second time was while processing EntityStatePdu on RHEL. (Using DIS6)
open-dis-cpp/src/utils/IncomingMessage.cpp
Lines 42 to 78 in 63b22b6
The problem was fixed when adding another processor leading me to believe somewhere the ->second
reference is reading off the end, but I have not looked into the specifics. It was always the last processor that failed and I do not believe those two messages were to blame but wanted to note it.