Bill Fischofer(Bill-Fischofer-Linaro) replied on github web page:

test/validation/api/crypto/odp_crypto_test_inp.c
line 5
@@ -458,6 +458,8 @@ static void alg_test(odp_crypto_op_t op,
        odp_packet_t pkt = odp_packet_alloc(suite_context.pool,
                                            ref->length + ref->digest_length);
        CU_ASSERT(pkt != ODP_PACKET_INVALID);
+       if (pkt == ODP_PACKET_INVALID)
+               goto cleanup;


Comment:
`CU_ASSERT_FATAL()` is the usual means of dealing with required conditions, but 
this is OK if that's too abrupt.

https://github.com/Linaro/odp/pull/376#discussion_r158956404
updated_at 2017-12-28 15:13:28

Reply via email to