30 Sep
2008
30 Sep
'08
9:05 a.m.
Peter Eriksson wrote:
Found it. The bug is that function dict_addvendor() in src/lib/dict.c, around line 440 is missing an initialization of dv->flags:
dv->flags = 0;
Hmm... OK. I'll add the fix in a slightly different place, as there are other areas which may get hit with this. Alan DeKok.