diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2013-02-04 07:52:56 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2013-02-04 07:52:56 +0000 |
commit | 01dba3fbc0fb3bd26959121d81c05e66f7a77915 (patch) | |
tree | 556c585fc2f356ea148fccfd9f5c2a5ee46849c6 /NEWS | |
parent | 56120ef74d5fce4d5ae9691f30ef26011b13dc49 (diff) | |
download | efl-01dba3fbc0fb3bd26959121d81c05e66f7a77915.tar.gz efl-01dba3fbc0fb3bd26959121d81c05e66f7a77915.tar.xz efl-01dba3fbc0fb3bd26959121d81c05e66f7a77915.zip |
efl/eina: prevent denial of service on eina_hash.
Thanks goes to Thiago Macieira for sharing the issue. This
is the result of the cross-desktop talk at fosdem. A lot more
comming in the futur !
SVN revision: 83578
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -140,3 +140,4 @@ Fixes: * Fix evas gif loader to return the correct frame duration * Prevent a crash even if an invalid object is swallowed into an edje object. * Fix cache miss when active edje hash is empty. + * Prevent denial of service on eina_hash function. |