comparison ChangeLog @ 32263:9723062caec7

I noticed this inconsistent indent when fixing Ethan's previous entry.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Wed, 17 Aug 2011 04:10:02 +0000
parents f19b40d5b1e9
children 4794e858bd80
comparison
equal deleted inserted replaced
32262:f19b40d5b1e9 32263:9723062caec7
13 * Fix a potential crash in the Log Reader plugin when reading QIP logs. 13 * Fix a potential crash in the Log Reader plugin when reading QIP logs.
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 19 * Change some filename manipulations in filectl.c to use MAXPATHLEN
20 instead of arbitrary length constants. (The Electronic Frontier 20 instead of arbitrary length constants. (The Electronic Frontier
21 Foundation, Dan Auerbach, Chris Palmer, Jacob Appelbaum) 21 Foundation, Dan Auerbach, Chris Palmer, Jacob Appelbaum)
22 * Fix endianness-related crash in NTLM authentication (Jon Goldberg) 22 * Fix endianness-related crash in NTLM authentication (Jon Goldberg)
23 (#14163) 23 (#14163)