Fixed potential negative value misinterpretation in load_file()
(cherry picked from commit 42c3ccf36e86972bff3a74c1e74c11311e6a7af0)
Conflicts:
library/x509parse.c
diff --git a/ChangeLog b/ChangeLog
index 88e5341..9e8eb0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
Security
* Potential buffer-overflow for ssl_read_record() (independently found by
both TrustInSoft and Paul Brodeur of Leviathan Security Group)
+ * Potential negative value misinterpretation in load_file()
= Version 1.1.7 released on 2013-06-19
Changes