]> granicus.if.org Git - php/commit
Bug 24760 fix, in which the port number when non-default is not handled
authorHarrie Hazewinkel <harrie@php.net>
Thu, 24 Jul 2003 21:48:55 +0000 (21:48 +0000)
committerHarrie Hazewinkel <harrie@php.net>
Thu, 24 Jul 2003 21:48:55 +0000 (21:48 +0000)
commit4d2229d6a3743715be0deb12d7c49a60452a5dc6
tree1677721cdbae57377b5ac0985f0dd5229c5ad753
parentd7b37fa96bf63eb3b8cfaca7e49259dab340be86
Bug 24760 fix, in which the port number when non-default is not handled
correctly and ends up as the default port. This seems to be caused by
some buffer overflow where the port number is assign zero, even though
it it is not assigned to the port variable.
FIx was reported and a fix proposed by "chuck+php at 2003 dot snew dot com"
ext/snmp/snmp.c