textdomain.c in intl




so current cvs'ed textdomain.c line 70 seems to be causing me segfaults:


  old = (char *) _nl_current_default_domain;

it doesn't appear any space has beenallocated to "old"... a very naive

  old = (char *) malloc(2048);

seems to stop the segfault...

(is this the wrong list for this sort of thing?)

--

Steve Farrell



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