fixed strtok_r () calls, could prevent memory crashes

This commit is contained in:
philsmd
2017-11-18 14:23:02 +01:00
parent 05b050fa3e
commit 9d58ddd9f6
5 changed files with 24 additions and 15 deletions
+1
View File
@@ -19,6 +19,7 @@
##
- Changed the way large strings are handled/truncated within the event buffer if they are too large to fit
- Fixed our use of strtok_r () calls
* changes v4.0.0 -> v4.0.1: