Home
last modified time | relevance | path

Searched refs:p_i_pdu (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9593/
Dpoc.cpp30 uint8_t *p_i_pdu = (uint8_t *)malloc(SIZE); in main() local
31 if (!p_i_pdu) { in main()
37 &p_i_pdu[SIZE - LENGTH], nullptr); in main()
39 free(p_i_pdu); in main()