guile-devel
[Top][All Lists]
Advanced

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

1.6 debian bug #291240 bad polar number


From: Kevin Ryde
Subject: 1.6 debian bug #291240 bad polar number
Date: Thu, 17 Feb 2005 11:30:16 +1100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

A debian bug report notes for 1.6,

        (string->number "address@hidden")
        => seg fault

Looks like the polar parsing code doesn't cope with #f coming back for
the angle part.  Does this change sound right?  It seems to do the
trick.

        * numbers.c (scm_istr2flo): Use SCM_INEXACTP not SCM_SLOPPY_INEXACTP,
        since value can be #f.

Attachment: numbers.c.polar.diff
Description: Text document


reply via email to

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