]> granicus.if.org Git - php/commit
fix bug #64124 (IPv6 malformed)
authorBoris Lytochkin <lytboris@php.net>
Thu, 7 Feb 2013 10:48:28 +0000 (14:48 +0400)
committerBoris Lytochkin <lytboris@php.net>
Thu, 7 Feb 2013 10:48:28 +0000 (14:48 +0400)
commited6763420c10c5eb47d6db675322ecaa6de079b6
treef6caec0bd54d2dad5ae21706f3a876954ecf6410
parent702b436ef470cc02f8e2cc21f2fadeee42103c74
fix bug #64124 (IPv6 malformed)

hostname returned from zend_parse_parameters() was modified in
netsnmp_session_init() that caused imput parameter modification along with
unpredictable changes when parameter is a constant sctring.

One typo in comment was fixed.
ext/snmp/snmp.c
ext/snmp/tests/bug64124.phpt [new file with mode: 0644]