]> 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>
Fri, 25 Jul 2003 07:32:39 +0000 (07:32 +0000)
committerHarrie Hazewinkel <harrie@php.net>
Fri, 25 Jul 2003 07:32:39 +0000 (07:32 +0000)
commitfacd6c20c86806e2ed97444668f8c1dcb1e3fd72
tree5e520bb1b4776456aa977720ea8144f554792850
parent5e0da82b7f1c95dbf81bc40d091fefb154ad3bd2
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"

(Bugfixing branch)
ext/snmp/snmp.c