Skip to content
  1. Mar 04, 2025
  2. Mar 03, 2025
    • Mikael's avatar
      Fix copyFromFile reading more data than requested · f4fddb33
      Mikael authored
      
      
      The copyFromFile buffer function will always attempt to fill the full
      temporary buffer when copying from the file. This is an issue because
      the file might contain data for other buffers as well.
      
      To resolve this, the function will now take the remaining size to be
      read into account and not read more than that from the file.
      
      Change-Id: I0e9265d6f203e4157c5d40607bb522cbf457a34a
      Signed-off-by: Mikael's avatarMikael Olsson <mikael.olsson@arm.com>
      f4fddb33
  3. Feb 28, 2025
  4. Feb 27, 2025
  5. Feb 25, 2025
  6. Jan 13, 2025
  7. Dec 16, 2024
  8. Dec 02, 2024
Loading