projects
/
platform
/
upstream
/
c-ares.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02d31be
)
Prevent ares_getsock() to overflow if more than 16 sockets are used.
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 13 Oct 2006 21:25:11 +0000
(21:25 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Fri, 13 Oct 2006 21:25:11 +0000
(21:25 +0000)
CHANGES
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index 2e0393b1803c183e0dbdbcb2701eba81392649c1..ce510e01cfb28769f48efdef6bee6336169b7176 100644
(file)
--- a/
CHANGES
+++ b/
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