--- dotconf-1.0.11/src/dotconf.c Wed Sep 25 23:12:44 2002 +++ dotconf-1.0.11.changed/src/dotconf.c Sat Oct 19 16:22:21 2002 @@ -226,7 +226,7 @@ { if ( !(num % GROW_BY) ) configfile->config_options = realloc(configfile->config_options, - sizeof(void *) * (num + GROW_BY)); + sizeof(void *) * (num + GROW_BY + 1)); } #undef GROW_BY