Project

General

Profile

Bug #24030 » 16362_trunk.patch

Administrator Admin, 2010-12-09 21:16

View differences:

typo3/sysext/em/classes/tools/class.tx_em_tools_unzip.php (Arbeitskopie)
}
}
// added by TYPO3 secteam to check for invalid paths
if (!t3lib_div::validPathStr($p_entry['filename'])) {
return $v_result;
}
// Add the path
if ($p_path != '') {
$p_entry['filename'] = $p_path . "/" . $p_entry['filename'];
(1-1/4)