4. What’s Fixed in 7.3.0 LTS

This section describes bugs fixed in Connext 7.3.0 LTS. These are fixes since 7.2.0. For information on fixes and features in releases 7.0.0, 7.1.0, and 7.2.0, which are all also part of 7.3.0 LTS, see Previous Releases.

[Critical]: System-stopping issue, such as a crash or data loss.
[Major]: Significant issue with no easy workaround.
[Minor]: Issue that usually has a workaround.
[Trivial]: Small issue, such as a typo in a log.

4.1. [Critical] Limited Bandwidth ZRTPS transport crashed if an external compression library failed to load

The RTI Limited Bandwidth Plugins’ ZRTPS transport could have crashed when attempting to use an external library. If there was a failure while loading an external compression library (for example, if a function name did not match the expected name), the external library was silently closed. The error and the closure were not propagated upstream; therefore, the ZRTPS transport used an invalid library handler, leading to a crash.

The transport will now be notified if there is a failure to load an external library.

[RTI Issue ID COREPLG-719]