Searched refs:copy_offset (Results 1 – 3 of 3) sorted by relevance
83 ULONG copy_offset; in _fx_fault_tolerant_read_directory_sector() local150 … copy_offset = _fx_utility_32_unsigned_read((UCHAR *)&dir_log -> fx_fault_tolerant_dir_log_offset); in _fx_fault_tolerant_read_directory_sector()154 if ((copy_offset + copy_size) > media_ptr -> fx_media_bytes_per_sector) in _fx_fault_tolerant_read_directory_sector()160 memcpy(current_buffer_ptr + copy_offset, /* Use case of memcpy is verified. */ in _fx_fault_tolerant_read_directory_sector()
92 ULONG copy_offset; in _fx_fault_tolerant_apply_logs() local187 … copy_offset = _fx_utility_32_unsigned_read((UCHAR *)&dir_log -> fx_fault_tolerant_dir_log_offset); in _fx_fault_tolerant_apply_logs()192 … if (((ULONG64)copy_offset + (ULONG64)copy_size) > (ULONG64)(media_ptr -> fx_media_memory_size)) in _fx_fault_tolerant_apply_logs()198 … memcpy(media_ptr -> fx_media_memory_buffer + copy_offset, /* Use case of memcpy is verified. */ in _fx_fault_tolerant_apply_logs()
6 …copy_offset and copy_size against media_ptr -> fx_media_memory_size may be bypassed by using a …7 …l with the possibility to manipulate both the destination address with copy_offset and amount of c…9 with copy_offset set to 1 the result of sum of copy_size and copy_offset will be 0 and will result …26 …copy_offset = _fx_utility_32_unsigned_read((UCHAR *)&dir_log -> fx_fault_tolerant_dir_log_o…28 if ((copy_offset + copy_size) > media_ptr -> fx_media_memory_size)33 … memcpy(media_ptr -> fx_media_memory_buffer + copy_offset, /* Use case of memcpy is verified. */