]> granicus.if.org Git - php/commit
Don't use VLA in mysqlnd auth
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 18 Feb 2020 15:17:34 +0000 (16:17 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 18 Feb 2020 15:17:56 +0000 (16:17 +0100)
commit9d31a42a30e944688c29aefc4bd0396ce395efe1
tree68ade61e318dbdb264ac65189b02e9b1abfe59c5
parentf6fcc5c3535c280b76fd8a533bc5eb3f489e9107
Don't use VLA in mysqlnd auth

We use alloca instead of VLA. This should also allow building
this code on Windows.
configure.ac
ext/mysqlnd/mysqlnd_auth.c
ext/mysqlnd/mysqlnd_wireprotocol.c