Edit report at https://bugs.php.net/bug.php?id=62594&edit=1
ID: 62594 Updated by: larue...@php.net Reported by: larue...@php.net Summary: segfault in mysqlnd_res_meta::set_mode -Status: Open +Status: Closed Type: Bug Package: MySQL related PHP Version: 5.4.4 -Assigned To: +Assigned To: laruence Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2012-07-18 11:05:34] larue...@php.net Automatic comment on behalf of laruence Revision: http://git.php.net/?p=php-src.git;a=commit;h=25be12a3bcd4a56a094d28b73cdc5cee68970bf3 Log: Fixed bug #62594 (segfault in mysqlnd_res_meta::set_mode) ------------------------------------------------------------------------ [2012-07-18 11:05:03] larue...@php.net Automatic comment on behalf of laruence Revision: http://git.php.net/?p=php-src.git;a=commit;h=25be12a3bcd4a56a094d28b73cdc5cee68970bf3 Log: Fixed bug #62594 (segfault in mysqlnd_res_meta::set_mode) ------------------------------------------------------------------------ [2012-07-18 11:02:41] larue...@php.net Description: ------------ there is a line: unsigned int mode_len = strlen(mode) but mode may be NULL. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=62594&edit=1