Merge pull request #1072 from philsmd/master

-m 11400 = SIP digest authentication (MD5): added bound checks in parser
This commit is contained in:
Jens Steube
2017-02-14 16:01:51 +01:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -78,6 +78,7 @@
- OpenCL Device: Do a check on available constant memory size and abort if it's less than 64kB
- File Reads: Improved error detection on file reads, especially when getting the file stats
- File Locking: Improved error detection on file locks
- Hash Parsing: Added additional bound checks for the SIP digest authentication (MD5) parser (-m 11400)
- Sessions: Move out handling of multiple instance from restore file into separate pidfile
- Threads: Restored strerror as %m is unsupported by the BSDs
- Wordlists: Fixed memory leak in case access a file in a wordlist folder fails