Hash Parser: Improved error detection of invalid hex characters where hex character are expected

This commit is contained in:
jsteube
2016-12-23 14:57:46 +01:00
parent 72af615e8b
commit fa5b5d298d
5 changed files with 336 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@
- Threads: Replaced all calls to strerror() with %m printf() GNU extension to ensure thread safety
- Threads: Replaced all calls to ctime() with ctime_r() to ensure thread safety
- OpenCL Runtime: Updated AMDGPU-Pro driver version check, do warn if version 16.50 is detected which is known to be broken
- Hash Parser: Improved error detection of invalid hex characters where hex character are expected
* changes v3.10 -> v3.20: