gnutls-devel
[Top][All Lists]
Advanced

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

bug in src/shared.c


From: Stefan Janssen
Subject: bug in src/shared.c
Date: Tue, 13 Jan 2009 16:04:06 +0100
User-agent: Thunderbird 2.0.0.17 (X11/20081010)

Hi,

I tried to compile gnuTLS on my Solaris SunOS 5.10 i386 machine. Make crashed, because in the file src/shared.c in line 727 the symbol HUGE_VAL is used twice. After I added Parentesis behind HUGE_VAL everything compiled fine. Maybe you could change this line in your source from

           if (double_val == +HUGE_VAL || double_val == -HUGE_VAL)

to

           if (double_val == +HUGE_VAL() || double_val == -HUGE_VAL())


Best regards,
Stefan




reply via email to

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