[reSIProcate] FYI - Rev 9290 fixes a potential crash
Hi,
Just a FYI that a fix for a potential crash was committed on the main:
rev 9290
_Added array access bounds checking of the various ParameterFactories
in all calls to ObjectWithParams::createParam. This prevents a crash
when trying to access invalid memory when the type of a parameter is
ParameterTypes::UNKNOWN (i.e. -1). This would get exercised when
parsing a message that contains custom parameters no defined by
defineParam._
The occurrence of the crash itself was random.
Thanks,
Francis