Bug #24030 » 16362_trunk.patch
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'];
|