Bug#656442: [php-maint] Bug#656442: php-pear: Spurious (and possibly dangerous) file system accesses

2012-04-09 Thread Ondřej Surý
reassign 656442 php-mdb2 thank you Matthias, I don't think that PEAR is here at fault, the isError routine is fairly simple: function isError($data, $code = null) { if (!is_a($data, 'PEAR_Error')) { return false; } if (is_null($code)) {

Bug#656442: php-pear: Spurious (and possibly dangerous) file system accesses

2012-01-19 Thread Matthias Urlichs
Package: php-pear Version: 5.3.8.0-1 Severity: important These lines seem fairly inconspicuous. /usr/share/php/MDB2/Driver/Datatype/Common.php, line 1227 ff.: $value = $db-escape($value, $escape_wildcards); if (PEAR::isError($value)) { return $value; }