nextcloud/apps/dav/lib/Upload
Morris Jobke fc4e0501f0
Fix integer overflow in ChunkingPlugin
Avoids errors when the size exceeds MAX_INT because of the cast to int. Better cast it to float to avoid this.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-03-06 18:47:26 +01:00
..
AssemblyStream.php Update license headers 2017-11-06 16:56:19 +01:00
ChunkingPlugin.php Fix integer overflow in ChunkingPlugin 2018-03-06 18:47:26 +01:00
FutureFile.php Remove unused use statements 2017-04-22 19:23:31 -05:00
RootCollection.php Fix apps/ 2016-07-21 18:13:57 +02:00
UploadFolder.php Fix apps/ 2016-07-21 18:13:57 +02:00
UploadHome.php Simplify return statement 2018-02-13 21:55:24 +01:00