Skip to content

Conversation

will-v-pi
Copy link
Contributor

There are currently a couple of bugs when loading/saving/verifying small BIN files

  • <100 byte files cause an infinite loop - fix is to round up size/100
  • <256 byte files cause an unmapped exception when no family ID is specified - fix is to allow zero fill in RP2040 checksum

Want to round up size/100, as a non-zero size should always give a non-zero chunk size
Otherwise fails as unmapped for small files
@will-v-pi will-v-pi added this to the 2.1.2 milestone Jul 17, 2025
@will-v-pi will-v-pi requested a review from kilograham July 17, 2025 11:17
@will-v-pi will-v-pi merged commit d5ee24b into develop Jul 17, 2025
41 checks passed
@will-v-pi will-v-pi deleted the small-file-fixes branch July 17, 2025 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants