Skip to content

v1.2.0

Compare
Choose a tag to compare
@kamchatka-volcano kamchatka-volcano released this 19 Jun 14:37
· 36 commits to master since this release
  • Improved error handling by establishing the following logic: if something wrong with the record's header, clean the buffer and discard received data; if the header is fine, but the message can't be read - skip the record using the record size from the header.
  • Added configs and utilities for fuzzing testing with AFL++
  • Fixed a bug with creation of strings with unchecked size, found using AFL++.