* src/charset.c (load_charset_map_from_file): Don't bother to memset
the large allocated arrays before filling them.
large (larger than MAX_ALLOCA). */
head = record_xmalloc (sizeof *head);
entries = head;
- memset (entries, 0, sizeof (struct charset_map_entries));
n_entries = 0;
int ch = -1;
{
entries->next = record_xmalloc (sizeof *entries->next);
entries = entries->next;
- memset (entries, 0, sizeof (struct charset_map_entries));
n_entries = 0;
}
int idx = n_entries;