1
0
miroir de https://github.com/nextcloud/server.git synchronisé 2024-07-29 20:15:55 +02:00
Graphe des révisions

1 Révisions

Auteur SHA1 Message Date
Vincent Petry
76dad297ff Fix encryption feof to not return too early
This is because stream_read will pre-cache the next block which causes
feof($this->source) to return true prematurely. So we cannot rely on it.

Fixed encryption stream wrapper unit tests to actually simulate 6k/8k
blocks to make sure we cover the matching logic.

Added two data files with 8192 and 8193 bytes.
2015-04-20 18:32:40 +02:00