mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 01:50:33 -04:00
Whenever a delete operation is called twice in a row, it could happen that the first call already deleted the file. The second call would return an empty $ownerPath because the file does not exist. That empty $ownerPath would run the key deletion operation on the wrong path. This fix adds checks in many places to make sure we don't use $ownerPath when it's empty or null. |
||
|---|---|---|
| .. | ||
| ajax | ||
| appinfo | ||
| css | ||
| js | ||
| l10n | ||
| lib | ||
| templates | ||
| tests | ||
| list.php | ||