We have 3 problem with method setIgnoreList() in core/lib/Drupal/Core/Archiver/ArchiveTar.php.

  1. no check on the empty $list
  2. $regexp instead $list in "$regexp = str_replace(..."
  3. absent "$" after last item in "$regexp = '#/' . join('$|/', $list) . '#';"
CommentFileSizeAuthor
#2 2808495-2.patch775 bytesAnonymous (not verified)
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Anonymous’s picture

vaplas created an issue. See original summary.

Anonymous’s picture

Status: Active » Needs review
FileSize
775 bytes

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.6 was released on February 1, 2017 and is the final full bugfix release for the Drupal 8.2.x series. Drupal 8.2.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.3.0 on April 5, 2017. (Drupal 8.3.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.3.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Anonymous’s picture

Status: Needs review » Closed (won't fix)

ArchiveTar is third party code, hence won't fix.