cma_get_parameter() asserts that the version of the attribute block is 2. That should not be an assert, but proper check for compatibility. Assert 1) is not executing when built with asserts disabled 2) causes a failure like code functioned wrong when it's data version that's incompatible - we should live with that.
cma_get_parameter() asserts that the version of the attribute block is 2. That should not be an assert, but proper check for compatibility. Assert 1) is not executing when built with asserts disabled 2) causes a failure like code functioned wrong when it's data version that's incompatible - we should live with that.