10.4.14. Crashes

10.4.14.1. [Major] Content-filtered DataWriter could crash or fail to send messages

When a DataWriter had writer-side content filtering enabled, calling unregister_instance() or dispose() with a valid instance handle and NULL instance data would cause a crash.

Calling either operation with non-NULL instance data that did not pass the content filter would instead cause messages to be silently discarded.

[RTI Issue ID MICRO-12610]

10.4.14.2. [Major] Potential crash from malformed data fragments

Connext Micro was not robust against malformed data fragments, which could lead to a crash.

[RTI Issue ID MICRO-12559]

10.4.14.3. [Minor] XML parsing errors with special characters in comments

Parsing failures occurred when XML files contained special characters (such as “º”, Korean text, or other UTF-8 characters) in comments.

[RTI Issue ID MAG-397]