1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-7.2'

* PHP-7.2:
  Fixed invalid free introduced by d6e81f0bfd (avoid keeping "invalid" pointer)
This commit is contained in:
Dmitry Stogov
2018-06-14 02:41:14 +03:00

View File

@@ -672,6 +672,7 @@ MYSQLND_METHOD(mysqlnd_conn_data, connect)(MYSQLND_CONN_DATA * conn,
conn->unix_socket.s = NULL;
goto err;
}
conn->unix_socket.s = NULL;
}
{