nextcloud/lib/private/Files/Storage/Wrapper
Vincent Petry 76e5b1af7c 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:07:49 +00:00
..
Availability.php Update php licenses 2021-06-04 22:02:41 +02:00
Encoding.php Normalize directory entries in Encoding wrapper 2021-11-19 14:51:40 +00:00
EncodingDirectoryWrapper.php Normalize directory entries in Encoding wrapper 2021-11-19 14:51:40 +00:00
Encryption.php Check resource before closing in encryption wrapper 2021-12-10 00:07:49 +00:00
Jail.php Update php licenses 2021-06-04 22:02:41 +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 Update php licenses 2021-06-04 22:02:41 +02:00