/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-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-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 | 75 void* ptr = malloc(size); in GKI_getbuf() 103 tNFC_CONN* p_data = (tNFC_CONN*)malloc(sizeof(tNFC_CONN)); in main() 108 p_data->data.p_data = (NFC_HDR*)malloc(sizeof(NFC_HDR)); 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-2020-0039/ |
D | poc.cpp | 95 return malloc(size); in GKI_getbuf() 117 nfc_cb.quick_timer_queue.p_first = (TIMER_LIST_ENT *)malloc(16); in main() 125 tNFC_CONN *p_data = (tNFC_CONN *)malloc(sizeof(tNFC_CONN)); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0038/ |
D | poc.cpp | 95 return malloc(size); in GKI_getbuf() 117 nfc_cb.quick_timer_queue.p_first = (TIMER_LIST_ENT *)malloc(16); in main() 124 tNFC_CONN *p_data = (tNFC_CONN *)malloc(sizeof(tNFC_CONN)); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0037/ |
D | poc.cpp | 95 return malloc(size); in GKI_getbuf() 117 nfc_cb.quick_timer_queue.p_first = (TIMER_LIST_ENT *)malloc(16); in main() 124 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-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-2035/ |
D | poc.cpp | 86 tNFC_CONN *p_data = (tNFC_CONN *) malloc(sizeof(tNFC_CONN)); in main() 91 p_data->data.p_data = (NFC_HDR *) malloc(sizeof(uint8_t) * 32); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2040/ |
D | poc.cpp | 86 tNFC_CONN *p_data = (tNFC_CONN *)malloc(sizeof(tNFC_CONN)); in main() 91 p_data->data.p_data = (NFC_HDR *)malloc(sizeof(uint8_t) * 16); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2206/ |
D | poc.cpp | 90 tNFC_CONN *p_data = (tNFC_CONN *)malloc(sizeof(tNFC_CONN)); in main() 97 (NFC_HDR *)malloc(sizeof(uint8_t) * (OFFSET + PLENGTH) * 2); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0479/ |
D | poc.cpp | 72 pCmdData = (int *)malloc(cmdSize); in main() 73 pReplyData = (int *)malloc(pReplySize); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0450/ |
D | poc.cpp | 114 ptr = malloc(size); in GKI_getbuf() 171 tNFC_CONN *p_data = (tNFC_CONN *)malloc(sizeof(tNFC_CONN)); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2207/ |
D | poc.cpp | 28 uint8_t *data = (uint8_t *)malloc(SIZE); in main()
|
/cts/hostsidetests/tagging/common/jni/ |
D | android_cts_tagging_Utils.cpp | 40 void *p = malloc(10); in Java_android_cts_tagging_Utils_nativeHeapPointerTag()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2135/ |
D | poc.cpp | 31 uint8_t *p_data = static_cast<uint8_t *>(malloc(size)); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9584/ |
D | poc.cpp | 35 uint8_t *p_msg = (uint8_t *)malloc(LENGTH); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9585/ |
D | poc.cpp | 35 uint8_t *p_msg = (uint8_t *)malloc(LENGTH); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9561/ |
D | poc.cpp | 30 uint8_t* p_bytes = (uint8_t *)malloc(SIZE); in main()
|