History log of /PHP-8.2/ext/pgsql/tests/bug81720.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 7c2d1fda 06-Jun-2022 Máté Kocsis

Add missing SKIPIF section to new test

# 55f6895f 17-May-2022 Christoph M. Becker

Fix #81720: Uninitialized array in pg_query_params() leading to RCE

We must not free parameters which we haven't initialized yet.

We also fix the not directly related issue, that we

Fix #81720: Uninitialized array in pg_query_params() leading to RCE

We must not free parameters which we haven't initialized yet.

We also fix the not directly related issue, that we checked for the
wrong value being `NULL`, potentially causing a segfault.

show more ...