Fix crash when moving files with clizip
Closed, ResolvedPublic

Description

The CI doesn't have p7zip (which is not affected by this bug), so it falls back on clizip with which this test fails.

To reproduce locally:

  • Uninstall p7zip
  • Open autotest/kerfuffle/data/test.zip
  • Move a.txt into empty_dir => boom.

So the crash is caused by the delete in Entry::removeEntryAt()

However, if we don't delete the entry here, other tests break :/