/system/core/libsysutils/src/ |
D | FrameworkListener.cpp | 111 goto overflow; in dispatchCommand() 121 goto overflow; in dispatchCommand() 125 goto overflow; in dispatchCommand() 146 goto overflow; in dispatchCommand() 161 goto overflow; in dispatchCommand() 173 goto overflow; in dispatchCommand() 207 overflow: in dispatchCommand()
|
/system/core/debuggerd/libdebuggerd/ |
D | open_files_list.cpp | 84 size_t overflow_offset = offsetof(FdTable, overflow); in populate_fdsan_table() 85 uintptr_t overflow = 0; in populate_fdsan_table() local 86 if (!memory->Read(fdsan_table_address + overflow_offset, &overflow, sizeof(overflow))) { in populate_fdsan_table() 91 if (!overflow) { in populate_fdsan_table() 96 if (!memory->Read(overflow, &overflow_length, sizeof(overflow_length))) { in populate_fdsan_table() 108 uint64_t address = overflow + offsetof(FdTableOverflow, entries) + i * sizeof(FdEntry); in populate_fdsan_table()
|
/system/logging/liblog/ |
D | log_event_list.cpp | 42 bool overflow; member 53 context->overflow = true; in init_context() 138 context->overflow = true; in android_log_write_list_begin() 143 context->overflow = true; in android_log_write_list_begin() 149 context->overflow = true; in android_log_write_list_begin() 152 if (context->overflow) { in android_log_write_list_begin() 168 if (context->overflow) { in android_log_write_int32() 173 context->overflow = true; in android_log_write_int32() 188 if (context->overflow) { in android_log_write_int64() 193 context->overflow = true; in android_log_write_int64() [all …]
|
/system/media/audio_utils/fuzz/monoblend_fuzzer/ |
D | Android.bp | 21 "signed-integer-overflow", 22 "unsigned-integer-overflow",
|
/system/core/libstats/push_compat/ |
D | stats_event_list.c | 32 bool overflow; member 60 context->overflow = true; in reset_log_context() 215 if (context->overflow) { in android_log_write_char_array() 227 context->overflow = true; in android_log_write_char_array()
|
/system/security/keystore/ |
D | Android.bp | 23 "signed-integer-overflow", 24 "unsigned-integer-overflow",
|
/system/unwinding/libunwindstack/tests/ |
D | MemoryRangeTest.cpp | 77 std::unique_ptr<MemoryRange> overflow(new MemoryRange(process_memory, 100, 200, 0)); in TEST_F() local 78 ASSERT_FALSE(overflow->ReadFully(UINT64_MAX - 10, buffer.data(), 100)); in TEST_F()
|
/system/core/libsysutils/ |
D | EventLogTags.logtags | 3 # FrameworkListener dispatchCommand overflow
|
/system/core/watchdogd/ |
D | Android.bp | 16 misc_undefined: ["signed-integer-overflow"],
|
/system/extras/simpleperf/scripts/purgatorio/templates/ |
D | styles.css | 58 overflow-y: scroll; 108 overflow: auto;
|
/system/libfmq/include/fmq/ |
D | AidlMQDescriptorShim.h | 177 bool overflow = bufferSize > std::numeric_limits<uint64_t>::max() - in AidlMQDescriptorShim() local 183 if (overflow || largestOffset > std::numeric_limits<int32_t>::max() || in AidlMQDescriptorShim()
|
/system/libziparchive/ |
D | Android.bp | 50 "signed-integer-overflow", 51 "unsigned-integer-overflow",
|
/system/logging/liblog/tests/ |
D | liblog_test.cpp | 2064 bool overflow = false; in android_log_buffer_to_string() local 2079 overflow = true; in android_log_buffer_to_string() 2088 overflow = true; in android_log_buffer_to_string() 2106 overflow = true; in android_log_buffer_to_string() 2121 overflow = true; in android_log_buffer_to_string() 2136 overflow = true; in android_log_buffer_to_string() 2163 overflow = true; in android_log_buffer_to_string() 2172 if (!overflow && in android_log_buffer_to_string() 2178 overflow = true; in android_log_buffer_to_string() 2185 } while ((elem.type != EVENT_TYPE_UNKNOWN) && !overflow && !elem.complete); in android_log_buffer_to_string() [all …]
|
/system/core/storaged/ |
D | storaged_uid_monitor.cpp | 250 ssize_t overflow = history_size(io_history_) + nitems - MAX_UID_RECORDS_SIZE; in maybe_shrink_history_for_items() local 251 while (overflow > 0 && io_history_.size() > 0) { in maybe_shrink_history_for_items() 253 overflow -= del_it->second.entries.size(); in maybe_shrink_history_for_items()
|
/system/extras/simpleperf/ |
D | ETMBranchListFile.cpp | 293 if (result.overflow || r.data->aux_size > SIZE_MAX) { in ProcessAuxRecord() 317 if (result.overflow || r.data->aux_size > SIZE_MAX) { in ProcessAuxTraceRecord()
|
D | record_file_reader.cpp | 767 if (aux_end.overflow) { in ReadAuxData() 826 if (aux_end.overflow || file_end.overflow || file_end.value > file_size_) { in BuildAuxDataLocation()
|
D | utils.h | 286 bool overflow = false; member
|
D | utils.cpp | 489 result.overflow = true; in SafeAdd()
|
/system/core/init/ |
D | Android.bp | 109 misc_undefined: ["signed-integer-overflow"], 429 misc_undefined: ["signed-integer-overflow"],
|
/system/bpf/bpfloader/ |
D | bpfloader.rc | 65 # Otherwise buffer will overflow before you manage to dump it and you'll get useless logs.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | property_contexts | 252 # by devices with video decoding pipelines long enough to overflow the default
|
/system/tools/aidl/ |
D | Android.bp | 46 // TODO(b/174366536): basic_stringbuf::overflow causes "ubsan: implicit-conversion"
|
/system/sepolicy/microdroid/system/private/ |
D | domain.te | 349 # e.g. https://googleprojectzero.blogspot.com/2016/12/chrome-os-exploit-one-byte-overflow-and.html
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | domain.te | 460 # e.g. https://googleprojectzero.blogspot.com/2016/12/chrome-os-exploit-one-byte-overflow-and.html
|
/system/sepolicy/prebuilts/api/32.0/public/ |
D | domain.te | 460 # e.g. https://googleprojectzero.blogspot.com/2016/12/chrome-os-exploit-one-byte-overflow-and.html
|