Song Ma found a memory leak in the if2ip code if you pass in an interface
authorDaniel Stenberg <daniel@haxx.se>
Thu, 12 Apr 2007 20:09:19 +0000 (20:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 12 Apr 2007 20:09:19 +0000 (20:09 +0000)
commitc38c33948067a3e2a170d337d940f7e27423ae07
tree66208c5a218c65cd72945a5007fb07c8550fc45f
parentea74b4b8e10b8fca1938435393b3a177566103cf
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.
CHANGES
lib/if2ip.c