Re: [vchkpw] Segfault when invalid domain in ./qmail/users/assign file.

2006-09-17 Thread Tom Collins
On Sep 16, 2006, at 10:37 AM, Rainer Duffner wrote: Is that with- or without Me Zwinkels' mem-leak fix? No, that patch just came out a week ago. vpopmail 5.4.17 was released back in July. Also, somebody should update http://www.inter7.com/vpopmail/changelog.txt Or is it on sf.net

Re: [vchkpw] Segfault when invalid domain in ./qmail/users/assign file.

2006-09-16 Thread Rainer Duffner
Tom Collins wrote: On Sep 13, 2006, at 3:33 PM, Rick Macdougall wrote: Same bug from the 5.4.17 changelog ? - vpopmail: fix segfault in users/assign sorting code caused by entries that don't contain a dot (.). [1514733] Yep. BTW - 5.4.17 should be production quality now. Tom or Bill, are

[vchkpw] Segfault when invalid domain in ./qmail/users/assign file.

2006-09-13 Thread Tijs Zwinkels
Hey vmailers, After upgrading to vpopmail-5.4.16, vadddomain would segfault. Turns out, we had a domain without tld on our server. Let's say 'test' instead of 'test.com'. The following piece of code in the function 'extract_domain' in vpopmail.c:1657 chokes on this: t = strtok( tmpbuf, . );

Re: [vchkpw] Segfault when invalid domain in ./qmail/users/assign file.

2006-09-13 Thread Rick Macdougall
Tijs Zwinkels wrote: Hey vmailers, After upgrading to vpopmail-5.4.16, vadddomain would segfault. Turns out, we had a domain without tld on our server. Let's say 'test' instead of 'test.com'. The following piece of code in the function 'extract_domain' in vpopmail.c:1657 chokes on this: t =

Re: [vchkpw] Segfault when invalid domain in ./qmail/users/assign file.

2006-09-13 Thread Tom Collins
On Sep 13, 2006, at 3:33 PM, Rick Macdougall wrote: Same bug from the 5.4.17 changelog ? - vpopmail: fix segfault in users/assign sorting code caused by entries that don't contain a dot (.). [1514733] Yep. BTW - 5.4.17 should be production quality now. Tom or Bill, are you going to