summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Willmann <d.willmann@samsung.com>2012-12-12 14:49:49 +0000
committerDaniel Willmann <daniel@totalueberwachung.de>2012-12-12 14:49:49 +0000
commit4709699aef477229a98e214471e2050869eabd77 (patch)
tree835503005b7ccaa80defecf5d1cc0d00e53e120f /ChangeLog
parent8677720509cd0a13584b1bfa858c981132566f20 (diff)
downloadeet-4709699aef477229a98e214471e2050869eabd77.tar.gz
eet: Fix possible buffer overflow in functions relying on EET_T_LAST.
Issue reported by Klocwork. Backport, ChangeLog, NEWS included Signed-off-by: Daniel Willmann <d.willmann@samsung.com> SVN revision: 80767
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00a33fc..e7febff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -651,3 +651,7 @@
2012-12-11 Cedric Bail
* Fix leak eet_pbkdf2_sha1 with OpenSSL.
+
+2012-12-12 Daniel Willmann
+
+ * Fix possible buffer overflow in functions relying on EET_T_LAST.