increase HCBUFSIZ_LARGE and truncate too large strings when copied to old_buf in events

This commit is contained in:
philsmd
2017-11-18 12:18:56 +01:00
parent c8819e6e8b
commit ef6b20cc30
3 changed files with 17 additions and 3 deletions
+6
View File
@@ -13,6 +13,12 @@
- Fixed a hash parsing problem when using --show/--left together with hashes with long salts that require pure kernels
- Fixed the output of --show if $HEX[] passwords are present within the potfile
##
## Technical
##
- Changed the way large strings are handled/truncated within the event buffer if they are too large to fit
* changes v4.0.0 -> v4.0.1:
##