Discussion:
[ast-developers] ksh 2013-08-27 returns random values for undefined constants
Tina Harriott
2013-09-01 18:16:56 UTC
Permalink
ksh 2013-08-27 returns random values for undefined constants, for example:
ksh -c 'float x ; print -- $((x.HOGWARDS_IN_THE_SKY))'
2147483648

The value 2147483648 varies, e.g. it can be 2147483648, -nan if I run
ksh with gdb, or 14 sometimes.

Tina
--
Tina Harriott - Women in Mathematics
Contact: tina.harriott.math at gmail.com
David Korn
2013-09-03 21:13:40 UTC
Permalink
cc: tina.harriott.math at gmail.com
Subject: Re: [ast-developers] ksh 2013-08-27 returns random values for undefined constants
--------
Post by Tina Harriott
ksh -c 'float x ; print -- $((x.HOGWARDS_IN_THE_SKY))'
2147483648
Fixed in the next update.



David Korn
dgk at research.att.com

Loading...