Steffen Prohaska writes:
> This patch should be applied on top of sp/stream-clean-filter.
... or it can be squashed in as a fix, as the topic is not yet in
'next'.
> index_stream() might internally also be able to handle large files to
> some extent. But it uses size_t for its third argument,
Steffen Prohaska writes:
> xsize_t() checks if an off_t argument can be safely converted to
> a size_t return value. If the check is executed too early, it could
> fail for large files on 32-bit architectures even if the size_t code
> path is not taken. Other paths might be able to handle the l
xsize_t() checks if an off_t argument can be safely converted to
a size_t return value. If the check is executed too early, it could
fail for large files on 32-bit architectures even if the size_t code
path is not taken. Other paths might be able to handle the large file.
Specifically, index_stre
3 matches
Mail list logo