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

Bug in libc5.4.13



That simple program compiled under Debian-1.2 (libc5.4.13) produces wrong 
results.

#include <stdio.h>
main()
{
  double a;
  printf("input: ");
  scanf("%lf", &a);
  printf("value = %f\n", a);
}

$ ./test01
input: 2e-3
value = 0.002000

$ ./test01
input: 2E-3
value = 2.000000  


The bug is fixed in libc5.4.17 (from "bo" directory). So I think that 
libc in "rex" should be upgraded.

--
  Tad


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: