Merge remote-tracking branch 'origin/topic/vladg/mysql_nul_string_fix'

* origin/topic/vladg/mysql_nul_string_fix:
  Add a test with an encrypted MySQL connection
  Fix parsing of MySQL NUL Strings, where we now require it to have a NUL value at the end.
This commit is contained in:
Jon Siwek 2018-10-30 09:59:44 -05:00
commit 8c02aa5211
7 changed files with 32 additions and 18 deletions

View file

@ -1,4 +1,10 @@
2.6-beta2-55 | 2018-10-30 09:59:44 -0500
* Add a test with an encrypted MySQL connection (Vlad Grigorescu)
* Fix parsing of MySQL NUL Strings (Vlad Grigorescu)
2.6-beta2-51 | 2018-10-26 10:41:42 -0500
* Add missing record field comment (Jon Siwek, Corelight)