diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-10-13 21:25:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-10-13 21:25:11 +0000 |
commit | 6b868df554ba12ffa640a92e769352af84805b63 (patch) | |
tree | ba604a4288ac2af658443d268a958544b4f356d7 | |
parent | 5ccbbe40c2257a24b758008b83de8c5ac018ed28 (diff) |
Prevent ares_getsock() to overflow if more than 16 sockets are used.
-rw-r--r-- | ares/CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index 2e0393b18..ce510e01c 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,9 @@ Changelog for the c-ares project +* October 12 2006 + +- Prevent ares_getsock() to overflow if more than 16 sockets are used. + * September 11 2006 - Guilherme Balena Versiani: I noted a strange BUG in Win32 port |