1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-01 16:13:35 +00:00
Files
rclone/backend/crypt
Garry McNulty 9cb3a68c38 crypt: check for maximum length before decrypting filename
The EME Transform() method will panic if the input data is larger than
2048 bytes.

Fixes #2826
2018-12-19 11:51:44 +00:00
..