On Tuesday, October 23, 2001, at 03:37 PM, Ken Jones wrote:
> Hey, > > Bill let me on his development machine and I tracked down > and fixed the valias core dump. Turned out it was in > vget_real_domain() calling vget_assign() which returned > NULL. A check for NULL was not done which caused a > pointer seg fault when the pointer was accessed. > > The changed 5.0 is available. Please test. This is > the final issue. If this looks good let's release 5.0 Ken, Both valias and vconvert work properly for me now. However, vconvert still prints out the old usage statement.. here's a patch to fix it: *** vconvert.c.orig Tue Oct 23 14:52:45 2001 --- vconvert.c Tue Oct 23 14:53:36 2001 *************** *** 282,289 **** fprintf(stdout, " the second option sets which format to convert TO"); fprintf(stdout, " -e = etc format\n"); fprintf(stdout, " -c = cdb format\n"); ! fprintf(stdout, " -s = small sql format\n"); ! fprintf(stdout, " -l = large sql format\n"); fprintf(stdout, " -S = set sqwebmail passwords\n"); fprintf(stdout, " -v = version\n"); fprintf(stdout, " -d = debug info\n"); --- 282,288 ---- fprintf(stdout, " the second option sets which format to convert TO"); fprintf(stdout, " -e = etc format\n"); fprintf(stdout, " -c = cdb format\n"); ! fprintf(stdout, " -m = sql format\n"); fprintf(stdout, " -S = set sqwebmail passwords\n"); fprintf(stdout, " -v = version\n"); fprintf(stdout, " -d = debug info\n"); > Thanks Bill :) No problem! Cheers, Bill Shupp