Edit report at https://bugs.php.net/bug.php?id=68813&edit=1

 ID:                 68813
 Updated by:         ka...@php.net
 Reported by:        bugreports at internot dot info
 Summary:            Unchecked return value
-Status:             Open
+Status:             Suspended
 Type:               Bug
 Package:            mysqlnd_memcache
 Operating System:   Linux Ubuntu 14.04
 PHP Version:        master-Git-2015-01-12 (Git)
 Block user comment: N
 Private report:     N

 New Comment:

The mysqlnd_memcache package have not had a release since 2013 and no 
development since, its safe to say that this package is no longer maintained, 
if development picks back up then this report should be re-opened


Previous Comments:
------------------------------------------------------------------------
[2015-01-12 16:12:46] bugreports at internot dot info

Description:
------------
Hi,

In /ext/mysqlnd/mysqlnd.c:

1593        
DBG_RETURN(mysqlnd_cset_escape_slashes(mysqlnd_find_charset_name("latin1"), 
newstr, escapestr, escapestr_len));

It is possible for mysqlnd_find_charset_name() to return NULL, which will cause 
a null poniter dereference.

Would be triggerable if mysqlnd_charsets->[..] did not contain "latin1".



------------------------------------------------------------------------



--
Edit this bug report at https://bugs.php.net/bug.php?id=68813&edit=1

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to