]> source.dussan.org Git - nextcloud-server.git/commit
Make sure name and path are strings 36375/head
authorJoas Schilling <coding@schilljs.com>
Thu, 2 Feb 2023 10:50:29 +0000 (11:50 +0100)
committerJoas Schilling <coding@schilljs.com>
Thu, 2 Feb 2023 11:05:22 +0000 (12:05 +0100)
commit4bdc5834fa7d13c53c8f64b33646309062490954
tree0379e3a0681d19fec754ccf5ab69aeaa3d613647
parentc27c9fac98784e77e732fa2ad98f78ae752249ba
Make sure name and path are strings

Otherwise Oracle returns NULL for empty strings and PHP 8.2
throws on null in string functions like trim() and md5()

Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/Files/Cache/Cache.php