]> granicus.if.org Git - php/commit
Fixed bug #77597
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 21 Feb 2019 12:42:47 +0000 (13:42 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 21 Feb 2019 12:42:47 +0000 (13:42 +0100)
commit934691fabba00b2cc36a7a0c93279d41f399c7ba
treead6ccdaba84bf264e01b3f2cdc4a69e5e7c68a98
parent74888bede8cb62c31959bb13d92295a79b5abe2e
Fixed bug #77597

The same variable was reused in two nested loops... The test doesn't
fail on 7.2, but I'm fixing this here anyway as the code is clearly
wrong, and probably erroneous in other situations.
NEWS
ext/mysqli/tests/bug77597.phpt [new file with mode: 0644]
ext/mysqlnd/mysqlnd_result.c