V668 CWE-570 There is no sense in testing the 'args' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. commandline.cpp 625 V668 CWE-571 There is no sense in testing the 'buf' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. logcat.cpp 1564 V668 CWE-570 There is no sense in testing the 'cpu' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. rsCpuCore.cpp 54 V668 CWE-570 There is no sense in testing the 'fieldAddress' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. rsCpuExecutable.cpp 418 V668 CWE-570 There is no sense in testing the 'fieldIsObject' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. rsCpuExecutable.cpp 423 V668 CWE-570 There is no sense in testing the 'fieldName' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. rsCpuExecutable.cpp 428 V668 CWE-570 There is no sense in testing the 'invokeFunctions' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. rsCpuExecutable.cpp 460 V668 CWE-570 There is no sense in testing the 'forEachFunctions' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. rsCpuExecutable.cpp 490 V668 CWE-570 There is no sense in testing the 'forEachSignatures' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. rsCpuExecutable.cpp 495 V668 CWE-570 There is no sense in testing the 'reduceDescriptions' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. rsCpuExecutable.cpp 537 V668 CWE-570 There is no sense in testing the 'pragmaKeys' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. rsCpuExecutable.cpp 670 V668 CWE-570 There is no sense in testing the 'pragmaValues' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. rsCpuExecutable.cpp 675 V668 CWE-570 There is no sense in testing the 'fbo' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. rsdFrameBuffer.cpp 66 V668 CWE-570 There is no sense in testing the 'mLFH.mExtraField' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 167 V668 CWE-570 There is no sense in testing the 'newExtra' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 194 V668 CWE-570 There is no sense in testing the 'mFileName' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 420 V668 CWE-570 There is no sense in testing the 'mExtraField' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 434 V668 CWE-570 There is no sense in testing the 'mFileName' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 562 V668 CWE-570 There is no sense in testing the 'mExtraField' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 576 V668 CWE-570 There is no sense in testing the 'mFileComment' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 591 V668 CWE-571 There is no sense in testing the 'mFileName' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 714 V668 CWE-571 There is no sense in testing the 'mFileComment' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 721 V668 CWE-571 There is no sense in testing the 'mExtraField' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 729 V668 CWE-570 There is no sense in testing the 'buf' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipFile.cpp 224 V668 CWE-570 There is no sense in testing the 'pEntry' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipFile.cpp 558 V668 CWE-570 There is no sense in testing the 'inBuf' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipFile.cpp 757 V668 CWE-570 There is no sense in testing the 'outBuf' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipFile.cpp 757 V668 CWE-570 There is no sense in testing the 'p' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. adb.cpp 118 V668 CWE-570 There is no sense in testing the 'sinfo' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. services.cpp 447 V668 CWE-570 There is no sense in testing the 'tracker' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. transport.cpp 383 V668 CWE-570 There is no sense in testing the 's' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. jdwp_service.cpp 489 V668 CWE-570 There is no sense in testing the 'buf' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. Asset.cpp 634 V668 CWE-570 There is no sense in testing the 'buf' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. Asset.cpp 711 V668 CWE-570 There is no sense in testing the 'buf' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. Asset.cpp 909 V668 CWE-570 There is no sense in testing the 'data' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. stdio.cpp 114 V668 CWE-570 There is no sense in testing the 'g' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. stdio.cpp 155 V668 CWE-570 There is no sense in testing the 'avb_verifier' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. fs_mgr_avb.cpp 149 V668 CWE-570 There is no sense in testing the 'avb_handle' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. fs_mgr_avb.cpp 495 V668 CWE-571 There is no sense in testing the 'pSupportInfo' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. FwdLockEngine.cpp 218 V668 CWE-571 There is no sense in testing the 'convResult->data' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. FwdLockEngine.cpp 425 V668 CWE-571 There is no sense in testing the 'convResult->data' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. FwdLockEngine.cpp 458 V668 CWE-571 There is no sense in testing the 'decodeSession' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. FwdLockEngine.cpp 505 V668 CWE-571 There is no sense in testing the 'decodeSession' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. FwdLockEngine.cpp 516 V668 CWE-570 There is no sense in testing the 'mObituaries' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. BpHwBinder.cpp 133 V668 CWE-571 There is no sense in testing the 'mGlobalState' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. BufferedTextOutput.cpp 153 V668 CWE-571 There is no sense in testing the 'b' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ProcessState.cpp 244 V668 CWE-571 There is no sense in testing the 'b' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ProcessState.cpp 279 V668 CWE-570 There is no sense in testing the 'map' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. VirtualKeyMap.cpp 58 V668 CWE-570 There is no sense in testing the 'newArray' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. org_apache_harmony_xml_ExpatParser.cpp 77 V668 CWE-570 There is no sense in testing the 'copy' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. org_apache_harmony_xml_ExpatParser.cpp 269 V668 CWE-571 There is no sense in testing the 'bucket' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. org_apache_harmony_xml_ExpatParser.cpp 310 V668 CWE-570 There is no sense in testing the 'newBucket' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. org_apache_harmony_xml_ExpatParser.cpp 334 V668 CWE-570 There is no sense in testing the 'buffer' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. org_apache_harmony_xml_ExpatParser.cpp 1261 V668 CWE-570 There is no sense in testing the 'newTagMap' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. event_tag_map.cpp 444 V668 CWE-570 There is no sense in testing the 'mObituaries' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. BpBinder.cpp 191 V668 CWE-571 There is no sense in testing the 'mGlobalState' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. BufferedTextOutput.cpp 149 V668 CWE-571 There is no sense in testing the 'b' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ProcessState.cpp 287 V668 CWE-571 There is no sense in testing the 'b' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ProcessState.cpp 322 V668 CWE-571 There is no sense in testing the 'charValue' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. DrmConstraints.cpp 35 V668 CWE-570 There is no sense in testing the 'alloc' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. LogStatistics.h 513 V668 CWE-570 There is no sense in testing the 'alloc' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. LogStatistics.h 530 V668 CWE-571 There is no sense in testing the 'dst' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. MediaAnalyticsItem.cpp 121 V668 CWE-570 There is no sense in testing the 'map' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. PropertyMap.cpp 123 V668 CWE-571 There is no sense in testing the 'stream' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. zip_archive_stream_entry.cc 283 V668 CWE-571 There is no sense in testing the 'stream' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. zip_archive_stream_entry.cc 300 V668 CWE-570 There is no sense in testing the 'out' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ACameraManager.cpp 362 V668 CWE-570 There is no sense in testing the 'out->cameraIds' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ACameraManager.cpp 368 V668 CWE-570 There is no sense in testing the 'dst' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ACameraManager.cpp 377 V668 CWE-570 There is no sense in testing the 'mData' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. VideoFrame.h 48 V668 CWE-571 There is no sense in testing the 'mIccData' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. VideoFrame.h 56 V668 CWE-571 There is no sense in testing the 'mData' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. VideoFrame.h 72 V668 CWE-571 There is no sense in testing the 'mIccData' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. VideoFrame.h 83 V668 CWE-571 There is no sense in testing the 'mAnalyticsItem' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. NuPlayerDriver.cpp 607 V668 CWE-571 There is no sense in testing the 'buf' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. Program.cpp 156 V668 CWE-571 There is no sense in testing the 'buf' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. Program.cpp 187 V668 CWE-570 There is no sense in testing the 'in' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. atrace.cpp 951 V668 CWE-570 There is no sense in testing the 'out' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. atrace.cpp 951 V668 CWE-570 There is no sense in testing the 'oat_file' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. dex2oat.cc 1345 V668 CWE-570 There is no sense in testing the 'vdex_file' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. dex2oat.cc 1382 V668 CWE-571 There is no sense in testing the 'handle' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. DrmManager.cpp 407 V668 CWE-571 There is no sense in testing the 'handle' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. DrmManager.cpp 435 V668 CWE-571 There is no sense in testing the 'handle' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. DrmManager.cpp 464 V668 CWE-570 There is no sense in testing the 'buf' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. egl_cache.cpp 235 V668 CWE-570 There is no sense in testing the 'obbFile' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. obb.cpp 30 V668 CWE-570 There is no sense in testing the 'map' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. android_view_KeyCharacterMap.cpp 75 V668 CWE-570 There is no sense in testing the 'nativeMessageQueue' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. android_os_MessageQueue.cpp 174 V668 CWE-570 There is no sense in testing the 'am' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. android_util_AssetManager.cpp 1600 V668 CWE-570 There is no sense in testing the 'st' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. android_util_XmlBlock.cpp 84 V668 CWE-570 There is no sense in testing the 'osb' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. android_util_StringBlock.cpp 53 V668 CWE-570 There is no sense in testing the 'lpJniStorage' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. android_media_Visualizer.cpp 365 V668 CWE-571 There is no sense in testing the 'lpJniStorage' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. android_media_Visualizer.cpp 426 V668 CWE-570 There is no sense in testing the 'lpJniStorage' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. android_media_AudioEffect.cpp 327 V668 CWE-571 There is no sense in testing the 'result' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. net_if.cpp 136 V668 CWE-570 There is no sense in testing the 'ascii_str' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. wcstod.cpp 51 V668 CWE-571 There is no sense in testing the 'error_log' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. shader_program.cpp 328 V668 CWE-571 There is no sense in testing the 'error_log' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. shader_program.cpp 362 V668 CWE-570 There is no sense in testing the 'pAttrs' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. com_android_bluetooth_avrcp.cpp 663 V668 CWE-570 There is no sense in testing the 'pAttrs' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. com_android_bluetooth_avrcp.cpp 730 V668 CWE-570 There is no sense in testing the 'p_items' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. com_android_bluetooth_avrcp.cpp 977 V668 CWE-571 There is no sense in testing the 'p_items' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. com_android_bluetooth_avrcp.cpp 987 V668 CWE-571 There is no sense in testing the 'p_items' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. com_android_bluetooth_avrcp.cpp 1092 V668 CWE-570 There is no sense in testing the 'pAttrs' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. com_android_bluetooth_avrcp_controller.cpp 793 V668 CWE-570 There is no sense in testing the 'pAttrsVal' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. com_android_bluetooth_avrcp_controller.cpp 793 V668 CWE-571 There is no sense in testing the 'trackHolder' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. btif_avrcp_audio_track.cc 49 V668 CWE-571 There is no sense in testing the 'result' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. Typeface.cpp 78 V668 CWE-571 There is no sense in testing the 'result' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. Typeface.cpp 90 V668 CWE-571 There is no sense in testing the 'result' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. Typeface.cpp 103 V668 CWE-571 There is no sense in testing the 'result' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. Typeface.cpp 123 V668 CWE-570 There is no sense in testing the 'tmp' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. StringArray.cpp 55 V668 CWE-570 There is no sense in testing the 'buffer' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. CharacterEncodingDetector.cpp 239 V668 CWE-570 There is no sense in testing the 'retriever' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. android_media_MediaMetadataRetriever.cpp 470 V668 CWE-570 There is no sense in testing the 'mp' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. android_media_MediaScanner.cpp 395 V668 CWE-570 There is no sense in testing the 'tmpReader' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. NdkImageReader.cpp 632 V668 CWE-570 There is no sense in testing the 'info->buffer' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. CpuExecutor.cpp 178 V668 CWE-570 There is no sense in testing the 'txnInfo' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. com_android_server_location_ContextHubService.cpp 514 V668 CWE-570 There is no sense in testing the 'txnData' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. com_android_server_location_ContextHubService.cpp 538 V668 CWE-570 There is no sense in testing the 'msg' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. com_android_server_location_ContextHubService.cpp 735 V668 CWE-570 There is no sense in testing the 'connectedSensors' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. com_android_server_location_ContextHubService.cpp 960 V668 CWE-570 There is no sense in testing the 'ap' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. android_media_SoundPool.cpp 205 V668 CWE-571 There is no sense in testing the 'mDecodeThread' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. SoundPool.cpp 188 V668 CWE-571 There is no sense in testing the 'F' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. slang.cpp 144 V668 CWE-570 There is no sense in testing the 'mBacking' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ACodec.cpp 7408 V668 CWE-570 There is no sense in testing the 'mDrmManagerClient' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. FileSource.cpp 180 V668 CWE-571 There is no sense in testing the 'mDrmBuf' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. FileSource.cpp 209 V668 CWE-571 There is no sense in testing the 'source' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. CameraSourceTimeLapse.cpp 57 V668 CWE-571 There is no sense in testing the 'mAnalyticsItem' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. MediaCodec.cpp 503 V668 CWE-571 There is no sense in testing the 'mCurrTableEntriesElement' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. MPEG4Writer.cpp 222 V668 CWE-570 There is no sense in testing the 'mDrmManagerClient' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. MediaHTTP.cpp 162 V668 CWE-571 There is no sense in testing the 'mQueue' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ATSParser.cpp 790 V668 CWE-570 There is no sense in testing the 'EV' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. slang_rs_context.cpp 88 V668 CWE-571 There is no sense in testing the 'image_file' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. image_writer.cc 218 V668 CWE-571 There is no sense in testing the 'mod_union_table' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. heap.cc 539 V668 CWE-571 There is no sense in testing the 'non_moving_space_rem_set' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. heap.cc 546 V668 CWE-571 There is no sense in testing the 'rem_set' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. heap.cc 675 V668 CWE-571 There is no sense in testing the 'mod_union_table' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. heap.cc 2398 V668 CWE-571 There is no sense in testing the 'post_zygote_non_moving_space_rem_set' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. heap.cc 2430 V668 CWE-571 There is no sense in testing the 'rosalloc' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. rosalloc_space.cc 148 V668 CWE-571 There is no sense in testing the 'entry' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. debugger_interface.cc 166 V668 CWE-571 There is no sense in testing the 'copy' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. debugger_interface.cc 266 V668 CWE-571 There is no sense in testing the 'bytes' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. jni_internal.cc 1938 V668 CWE-571 There is no sense in testing the 'state->netState' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. jdwp_adb.cc 156 V668 CWE-571 There is no sense in testing the 'ss.ss_sp' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. thread_linux.cc 56 V668 CWE-570 There is no sense in testing the 'mCDE.mFileName' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 156 V668 CWE-570 There is no sense in testing the 'mCDE.mFileComment' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 162 V668 CWE-570 There is no sense in testing the 'mCDE.mExtraField' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 169 V668 CWE-570 There is no sense in testing the 'mLFH.mExtraField' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 186 V668 CWE-570 There is no sense in testing the 'newExtra' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 213 V668 CWE-570 There is no sense in testing the 'mFileName' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 439 V668 CWE-570 There is no sense in testing the 'mExtraField' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 453 V668 CWE-570 There is no sense in testing the 'mFileName' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 581 V668 CWE-570 There is no sense in testing the 'mExtraField' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 595 V668 CWE-570 There is no sense in testing the 'mFileComment' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipEntry.cpp 610 V668 CWE-570 There is no sense in testing the 'buf' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipFile.cpp 226 V668 CWE-570 There is no sense in testing the 'pEntry' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipFile.cpp 532 V668 CWE-570 There is no sense in testing the 'pEntry' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipFile.cpp 639 V668 CWE-570 There is no sense in testing the 'inBuf' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. ZipFile.cpp 875 V668 CWE-570 There is no sense in testing the 'm_configs' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. eglDisplay.cpp 183 V668 CWE-570 There is no sense in testing the 'm_buffer' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. FixedBuffer.h 43 V668 CWE-570 There is no sense in testing the 'con' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. HostConnection.cpp 68 V668 CWE-570 There is no sense in testing the 'stream' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. HostConnection.cpp 74 V668 CWE-571 There is no sense in testing the 'wnd' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. egl.cpp 410 V668 CWE-571 There is no sense in testing the 'pb' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. egl.cpp 634 V668 CWE-570 There is no sense in testing the 'context' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. egl.cpp 1459 V668 CWE-571 There is no sense in testing the 'data' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. GLSharedGroup.cpp 541 V668 CWE-570 There is no sense in testing the 'mEmulatedCameras' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. EmulatedCameraFactory.cpp 71 V668 CWE-570 There is no sense in testing the 'mEmulatedCameras' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. EmulatedCameraFactory.cpp 127 V668 CWE-570 There is no sense in testing the 'mEmulatedCameras' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. EmulatedCameraFactory.cpp 369 V668 CWE-571 There is no sense in testing the 'qemu_cam' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. EmulatedCameraFactory.cpp 420 V668 CWE-570 There is no sense in testing the 'mQuery' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. QemuClient.cpp 106 V668 CWE-570 There is no sense in testing the 'pdev' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. hwcomposer.cpp 297 V668 CWE-570 There is no sense in testing the 's_gatekeeper' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. module.cpp 91 V668 CWE-570 There is no sense in testing the 'dev' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. keymaster_module.cpp 43 V668 CWE-570 There is no sense in testing the 'session->procFrame' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. PreProcessing.cpp 843 V668 CWE-570 There is no sense in testing the 'session->revFrame' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. PreProcessing.cpp 848 V668 CWE-570 There is no sense in testing the 'provider' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. CameraProvider.cpp 586