bug-gnulib
[Top][All Lists]
Advanced

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

Re: glibc segfault on "special" long double values is _ok_!?


From: Jan-Benedict Glaw
Subject: Re: glibc segfault on "special" long double values is _ok_!?
Date: Thu, 7 Jun 2007 12:10:26 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

On Wed, 2007-06-06 22:44:17 +0100, James Youngman <address@hidden> wrote:
> If I read a stream of data (from a file, a network socket, etc.) which
> is supposed to contain valid floating-point data, it is reasonable for
> a program to print it.  Especially so if the printing I am doing is a

Data you didn't compute yourself isn't supposed to contain anything
known. Each and every bit may contain something you didn't expect,
that's why you have to do input checking.

The most you can do with your externally fetched data is printing it
out, byte by byte, in hex. "Assuming" that this'll make up any
well-known data formats is just asking for trouble.

MfG, JBG

-- 
      Jan-Benedict Glaw      address@hidden              +49-172-7608481
Signature of:               http://www.eyrie.org/~eagle/faqs/questions.html
the second  :

Attachment: signature.asc
Description: Digital signature


reply via email to

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