mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-11-09 20:40:53 +00:00
Fix invalid pointer crash
This commit is contained in:
parent
07dc0cac67
commit
232004884a
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue