aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-04-12 20:09:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-04-12 20:09:19 +0000
commitc38c33948067a3e2a170d337d940f7e27423ae07 (patch)
tree66208c5a218c65cd72945a5007fb07c8550fc45f /CHANGES
parentea74b4b8e10b8fca1938435393b3a177566103cf (diff)
Song Ma found a memory leak in the if2ip code if you pass in an interface
name longer than the name field of the ifreq struct (typically 6 bytes), as then it wouldn't close the used dummy socket.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 344db759b..e82301db9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
Changelog
+Daniel S (12 April 2007)
+- Song Ma found a memory leak in the if2ip code if you pass in an interface
+ name longer than the name field of the ifreq struct (typically 6 bytes), as
+ then it wouldn't close the used dummy socket. Bug #1698974
+ (http://curl.haxx.se/bug/view.cgi?id=1698974)
+
Version 7.16.2 (11 April 2007)
Yang Tse (10 April 2007)