mirror of
https://github.com/sheumann/hush.git
synced 2025-08-05 12:26:26 +00:00
Commands in the range of 16k-32k should now work, and commands longer than that should cause hush to die with an error message instead of corrupting stuff (at least in the simple cases I tested). It would be possible to eliminate the 32k limit by using a type larger than "int" for lengths, but that would be a more invasive change.