xlat = xlat_register(NULL, buffer, protocol_decode_xlat, NULL);
xlat_func_args(xlat, protocol_decode_xlat_args);
+ /* coverity[suspicious_sizeof] */
xlat_async_instantiate_set(xlat, protocol_xlat_instantiate, fr_test_point_pair_decode_t *, NULL, tp_decode);
xlat_internal(xlat);
}
xlat = xlat_register(NULL, buffer, protocol_encode_xlat, NULL);
xlat_func_args(xlat, protocol_encode_xlat_args);
+ /* coverity[suspicious_sizeof] */
xlat_async_instantiate_set(xlat, protocol_xlat_instantiate, fr_test_point_pair_encode_t *, NULL, tp_encode);
xlat_internal(xlat);
}