Skip to content

Cargo.toml: v1.6.0 - #17

Merged
JordanYates merged 5 commits into
mainfrom
feature/block_size
Jan 16, 2026
Merged

Cargo.toml: v1.6.0#17
JordanYates merged 5 commits into
mainfrom
feature/block_size

Conversation

@JordanYates

@JordanYates JordanYates commented Jan 16, 2026

Copy link
Copy Markdown
Contributor
  • Fix GUI crash on certain types of invalid data
  • Block size for decoding can now be configured

Fix faults when read overflows occur (TDF X length is specified as N,
but the decoder knows X has length > N). Raise an error in that case.
This is not expected under normal operation, but can occur when the
incorrect block size is specified.

Signed-off-by: Jordan Yates <jordan@embeint.com>
Take the block size from the top level run functions, instead of
hardcoding it at the lowest levels.

Signed-off-by: Jordan Yates <jordan@embeint.com>
Make the block size configurable from the command line, defaulting to
the standard value of 512.

Signed-off-by: Jordan Yates <jordan@embeint.com>
Add a dropdown menu for selecting the appropriate block size, defaulting
to the most common value (512).

Signed-off-by: Jordan Yates <jordan@embeint.com>
@JordanYates JordanYates added the release PR to be tagged as release after merge label Jan 16, 2026
 - Fix GUI crash on certain types of invalid data
 - Block size for decoding can now be configured

Signed-off-by: Jordan Yates <jordan@embeint.com>
@JordanYates JordanYates added release PR to be tagged as release after merge and removed release PR to be tagged as release after merge labels Jan 16, 2026
@JordanYates
JordanYates merged commit f820d85 into main Jan 16, 2026
9 checks passed
@JordanYates
JordanYates deleted the feature/block_size branch June 22, 2026 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release PR to be tagged as release after merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant