bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] Problem with large file support in mailutils 1.0


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] Problem with large file support in mailutils 1.0
Date: Mon, 23 Oct 2006 17:50:10 +0300

Kostas Zorbadelos <address@hidden> wrote:

> Hello to everyone.

Hi, Kosta!

> There is a problem with large file support (>2GB) in mailutils
> 1.0. Although mu_off_t type was introduced, the function fseek() instead
> of fseeko() is used in 
> 
> mailbox/file_stream.c
> mimeview/mimetypes.y
> 
> This produces errors when a large offset is passed as
> argument.

Ah, indeed. Thanks for pointing that out.

> Shouldn't we use fseeko in these files?

Probably so, but with a caution: fseeko is a SysV invention and it may
not be available on some systems.

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]