Branch: Tag:

1999-10-22

1999-10-22 00:04:39 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

bugfix in sprintf()

Rev: src/modules/sprintf/sprintf.c:1.49
Rev: src/program.c:1.163
Rev: src/signal_handler.c:1.157
Rev: src/stralloc.c:1.67

23:   #define HUGE HUGE_VAL   #endif /*!HUGE*/    - RCSID("$Id: stralloc.c,v 1.66 1999/10/19 13:33:37 grubba Exp $"); + RCSID("$Id: stralloc.c,v 1.67 1999/10/22 00:02:27 hubbe Exp $");      #define BEGIN_HASH_SIZE 997   #define MAX_AVG_LINK_LENGTH 3
301: Inside #if defined(PIKE_DEBUG)
   fatal("String with no references.\n");    }   #endif +  debug_malloc_touch(curr);       if (full_hash_value == curr->hval &&    len==curr->len &&