Re: vpopmail 5.0 valias/mysql fixed and available

2001-10-23 Thread Bill Shupp
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 >

vpopmail 5.0 valias/mysql fixed and available

2001-10-23 Thread Ken Jones
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 avai