Changes between Initial Version and Version 1 of Ticket #2462, comment 3
- Timestamp:
- 2015-07-07T20:16:32Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2462, comment 3
initial v1 1 The current error behaviour is confusing; it appears that you can read one byte past the end of the file, only if the file is not a multiple of `k` bytes (i.e. you can read the dummy bytes that are added to make the size of the input to encoding a multiple of `k` bytes). This should probably be made stricter.1 The current error behaviour is confusing; it appears that you can read one byte past the end of the file, only if the file is not a multiple of `k` bytes (i.e. at this API layer, you can read the dummy bytes that are added to make the size of the input to encoding a multiple of `k` bytes). This should probably be made stricter.