nextcloud/lib/private/Files/Storage/Wrapper
Vincent Petry 1291abc130 Check resource before closing in encryption wrapper
In case of error there is no guarantee that $source or $target is set or
is a resource when handling an error.

Without this fix, there's a risk that fclose will fail and the actual
exception will not be thrown, making it impossible to find out about the
root cause.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-12-10 00:03:08 +00:00
..
Availability.php Update lib/private/Files/Storage/Wrapper/Availability.php add void 2021-11-05 10:28:41 +01:00
Encoding.php Normalize directory entries in Encoding wrapper 2021-11-19 14:51:38 +00:00
EncodingDirectoryWrapper.php Normalize directory entries in Encoding wrapper 2021-11-19 14:51:38 +00:00
Encryption.php Check resource before closing in encryption wrapper 2021-12-10 00:03:08 +00:00
Jail.php Merge branch 'master' into imountpoint-ocp-storage 2021-10-22 11:47:37 +02:00
PermissionsMask.php Update php licenses 2021-06-04 22:02:41 +02:00
Quota.php Update php licenses 2021-06-04 22:02:41 +02:00
Wrapper.php Merge branch 'master' into imountpoint-ocp-storage 2021-10-22 11:47:37 +02:00