/cts/tests/expectations/ |
D | unsupportedabis.txt | 5 "android.bionic.malloc#pvalloc_overflow", 6 "android.bionic.malloc#pvalloc_std", 7 "android.bionic.malloc#valloc_overflow", 8 "android.bionic.malloc#valloc_std",
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2099/ |
D | poc.cpp | 81 tNFA_RW_MSG *p_data = (tNFA_RW_MSG *)malloc(sizeof(tNFA_RW_MSG)); in main() 86 (tNFC_ACTIVATE_DEVT *)malloc(sizeof(tNFC_ACTIVATE_DEVT)); in main() 97 tRW_DATA *p_rw_data = (tRW_DATA *)malloc(sizeof(tRW_DATA)); in main() 103 p_rw_data->data.p_data = (NFC_HDR *)malloc(sizeof(NFC_HDR)); in main() 109 nfa_rw_cb.p_ndef_buf = (uint8_t *)malloc(sizeof(uint8_t)); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9466/ |
D | poc-CVE-2017-9049.c | 34 xmlGcMemSetup(free, malloc, malloc, realloc, xmlPosixStrdup); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9357/ |
D | poc.cpp | 25 FDK_BITSTREAM *bs = (FDK_BITSTREAM *)malloc(sizeof(FDK_BITSTREAM)); in main() 30 CErHcrInfo *pHcr = (CErHcrInfo *)malloc(sizeof(CErHcrInfo)); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-6262/ |
D | poc.c | 37 ver.name = (char*)malloc(ver.name_len); in drm_version() 38 ver.date = (char*)malloc(ver.date_len); in drm_version() 39 ver.desc = (char*)malloc(ver.desc_len); in drm_version()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0006/ |
D | poc.cpp | 38 void* ptr = malloc(size); in GKI_getbuf() 66 tNFC_CONN* p_data = (tNFC_CONN*)malloc(sizeof(tNFC_CONN)); in main() 71 p_data->data.p_data = (NFC_HDR*)malloc(sizeof(NFC_HDR)); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0430/ |
D | poc.cpp | 54 tNFC_CONN* p_data = (tNFC_CONN*) malloc(sizeof(tNFC_CONN)); in main() 59 p_data->data.p_data = (NFC_HDR*) malloc(sizeof(uint8_t) * 16); in main() 72 p_mfc->p_ndef_buffer = (uint8_t*) malloc(sizeof(uint8_t) * 16); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9594/ |
D | poc.cpp | 32 tNFC_CONN *p_data = (tNFC_CONN *)malloc(sizeof(tNFC_CONN)); in main() 36 p_data->data.p_data = (NFC_HDR *)malloc(16400 * sizeof(uint8_t)); in main() 41 nfc_cb.quick_timer_queue.p_first = (TIMER_LIST_ENT *)malloc(16); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0037/ |
D | poc.cpp | 58 return malloc(size); in GKI_getbuf() 80 nfc_cb.quick_timer_queue.p_first = (TIMER_LIST_ENT *)malloc(16); in main() 88 tNFC_CONN *p_data = (tNFC_CONN *)malloc(sizeof(tNFC_CONN)); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0038/ |
D | poc.cpp | 58 return malloc(size); in GKI_getbuf() 80 nfc_cb.quick_timer_queue.p_first = (TIMER_LIST_ENT *)malloc(16); in main() 88 tNFC_CONN *p_data = (tNFC_CONN *)malloc(sizeof(tNFC_CONN)); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0039/ |
D | poc.cpp | 58 return malloc(size); in GKI_getbuf() 80 nfc_cb.quick_timer_queue.p_first = (TIMER_LIST_ENT *)malloc(16); in main() 89 tNFC_CONN *p_data = (tNFC_CONN *)malloc(sizeof(tNFC_CONN)); in main()
|
/cts/tests/tests/media/libaudiojni/ |
D | Blob.h | 31 mMem(byReference ? NULL : malloc(size)), in BlobReadOnly() 55 mData(malloc(size)), in Blob()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2019/ |
D | poc.cpp | 50 tNFC_CONN* p_data = (tNFC_CONN*)malloc(sizeof(tNFC_CONN)); in main() 51 p_data->data.p_data = (NFC_HDR*)malloc(sizeof(uint8_t) * 16); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2035/ |
D | poc.cpp | 49 tNFC_CONN *p_data = (tNFC_CONN *) malloc(sizeof(tNFC_CONN)); in main() 54 p_data->data.p_data = (NFC_HDR *) malloc(sizeof(uint8_t) * 32); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2038/ |
D | poc.cpp | 48 tNFC_CONN* p_data = (tNFC_CONN*)malloc(sizeof(tNFC_CONN)); in main() 53 p_data->data.p_data = (NFC_HDR*)malloc(sizeof(NFC_HDR)); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2039/ |
D | poc.cpp | 52 tNFC_CONN* p_data = (tNFC_CONN*)malloc(sizeof(tNFC_CONN)); in main() 57 p_data->data.p_data = (NFC_HDR*)malloc(sizeof(uint8_t) * 16); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0386/ |
D | poc.c | 53 data = malloc(payloadlength); in main() 70 data = malloc(payload2length); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9247/ |
D | poc.cpp | 72 void *sTp = malloc(TRANSPORTDEC_SIZE); in main() 76 char *ptr = (char *) malloc(STACK_SIZE); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2206/ |
D | poc.cpp | 53 tNFC_CONN *p_data = (tNFC_CONN *)malloc(sizeof(tNFC_CONN)); in main() 60 (NFC_HDR *)malloc(sizeof(uint8_t) * (OFFSET + PLENGTH) * 2); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2178/ |
D | poc.cpp | 65 tNFC_CONN* p_data = (tNFC_CONN*)malloc(sizeof(tNFC_CONN)); in main() 69 p_data->data.p_data = (NFC_HDR*)malloc(sizeof(uint8_t) * 16); in main()
|
/cts/hostsidetests/tagging/common/jni/ |
D | android_cts_tagging_Utils.cpp | 41 void *p = malloc(10); in Java_android_cts_tagging_Utils_nativeHeapPointerTag() 71 char *volatile p = reinterpret_cast<char *>(malloc(size)); in sizeIsZeroInitialized()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2207/ |
D | poc.cpp | 28 uint8_t *data = (uint8_t *)malloc(SIZE); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9564/ |
D | poc.cpp | 29 uint8_t* p_bytes = (uint8_t *)malloc(SIZE); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0450/ |
D | poc.cpp | 77 ptr = malloc(size); in GKI_getbuf() 133 tNFC_CONN *p_data = (tNFC_CONN *)malloc(sizeof(tNFC_CONN)); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9593/ |
D | poc.cpp | 30 uint8_t *p_i_pdu = (uint8_t *)malloc(SIZE); in main()
|