Fix invalid pointer crash

This commit is contained in:
Evan Su 2022-04-18 15:50:07 -04:00 committed by GitHub
parent 07dc0cac67
commit 232004884a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# v1.26 (ETA: 3 days)
# v1.26 (ETA: 1 day)
<ul>
<li>Improve Reed-Solomon performance</li>
<li>Debug bad pointer when decrypting files >256GB</li>
<li>Review Internals.md</li>
<li>Review/improve Internals.md</li>
<li>✓ Fix invalid pointer crash when decrypting files >256GB</li>
<li>✓ UI improvements and tweaks</li>
<li>✓ Fix crash on Windows when saving to the root directory of a drive</li>
<li>✓ Max file size limit removed! Picocrypt can now encrypt files of unlimited size instead of being capped at 256 GiB 🥳</li>