comparison ChangeLog @ 31783:32ef245fd1f6

Use MAXPATHLEN instead of 256 for some path buffer sizes
author Ethan Blanton <elb@pidgin.im>
date Thu, 11 Aug 2011 16:08:40 +0000
parents 727edf2625f5
children 6ce4f2272abc
comparison
equal deleted inserted replaced
31782:727edf2625f5 31783:32ef245fd1f6
14 * Fix a large number of strcpy() and strcat() invocations to use 14 * Fix a large number of strcpy() and strcat() invocations to use
15 strlcpy() and strlcat(), etc., forestalling an entire class of 15 strlcpy() and strlcat(), etc., forestalling an entire class of
16 string buffer overrun bugs. 16 string buffer overrun bugs.
17 (The Electronic Frontier Foundation, Dan Auerbach, Chris Palmer, 17 (The Electronic Frontier Foundation, Dan Auerbach, Chris Palmer,
18 Jacob Appelbaum) 18 Jacob Appelbaum)
19 * Change some filename manipulations in filectl.c to use MAXPATHLEN
20 instead of arbitrary length constants. (The Electronic Frontier
21 Foundation, Dan Auerbach, Chris Palmer, Jacob Appelbaum)
19 22
20 Gadu-Gadu: 23 Gadu-Gadu:
21 * Fixed searching for buddies in public directory. (Tomasz Wasilczyk) 24 * Fixed searching for buddies in public directory. (Tomasz Wasilczyk)
22 (#5242) 25 (#5242)
23 * Better status message handling. (Tomasz Wasilczyk) (#14314) 26 * Better status message handling. (Tomasz Wasilczyk) (#14314)