Possible bug in util/iobuf.c:iobuf_open on Solaris

Adam Mitchell adam at cafe21.org
Tue Feb 22 08:21:09 CET 2000


Sorry, I should have said that reading from stdin works just fine.

Thanks,
Adam


On Tue, 22 Feb 2000, Bodo Moeller wrote:

> Adam Mitchell <adam at cafe21.org>:
> 
> > open("madrid-root.ufs.pgp", O_RDONLY) Err#79 EOVERFLOW
> 
> > bash-2.03$ gpg madrid-root.ufs.pgp 
> > gpg: Warning: using insecure memory!
> > gpg: can't open `madrid-root.ufs.pgp'
> 
> > bash-2.03$ ls -l madrid-root.ufs.pgp 
> > -rw-r--r--   1 root     other    3039360985 Feb 21 20:01
> > madrid-root.ufs.pgp
> 
> Try "gpg < madrid-root.ufs.pgp > whatever" so that gpg will not have
> to open the file.  For accessing large files in 32-bit programs,
> Solaris has a proprietary set of function calls (open64, access64
> etc.); I think it should work with I/O redirection because then
> for gpg it's just like being used in a pipe.
> 



More information about the Gnupg-devel mailing list