# HG changeset patch # User Ethan Blanton # Date 1310939870 0 # Node ID db4e78a1f46b6f9a7272b54541b6bd6838d80837 # Parent 514092c20438c40c0558995ef7c2cc04c1893d3a Update ChangeLog for EFF credit, completeness diff -r 514092c20438 -r db4e78a1f46b ChangeLog --- a/ChangeLog Sun Jul 17 21:14:23 2011 +0000 +++ b/ChangeLog Sun Jul 17 21:57:50 2011 +0000 @@ -8,9 +8,11 @@ that aren't otherwise visible in the plugins dialog. Libpurple: - * Fix a large number of strcpy() invocations to use strlcpy(), - forestalling an entire class of string buffer overrun bugs. - (The Electronic Frontier Foundation) + * Fix a large number of strcpy() and strcat() invocations to use + strlcpy() and strlcat(), etc., forestalling an entire class of + string buffer overrun bugs. + (The Electronic Frontier Foundation, Dan Auerbach, Chris Palmer, + Jacob Appelbaum) Gadu-Gadu: * Fixed searching for buddies in public directory. (Tomasz Wasilczyk)