]> granicus.if.org Git - php/commit
Properly initialize variable
authorChristoph M. Becker <cmbecker69@gmx.de>
Sun, 5 May 2019 15:45:16 +0000 (17:45 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sun, 5 May 2019 15:49:54 +0000 (17:49 +0200)
commit30409d6753efc4da50d4a7b1180ff1c442735781
tree8272d479fd37a65b6f79486d4acce15805635ad4
parenta760c79f1e3a4766de92973179972335ee38b1cc
Properly initialize variable

Not all code paths assign to `handle`, even though it may be used, so
we make sure that it is initialized to a sane value in the first place.
ext/ffi/ffi.c