View Single Post
Old 05-09-2011, 12:57 PM  
Yil
Too much time...
 
Join Date: May 2005
Posts: 1,194
Default

I found the problem. Processing the cookies in ioftpd.env is weird because each "line" is terminated with \0 instead of \r\n, plus there is an extra \0 at the very end. My "fix" assumed a normal C-style \0 terminated string and thus couldn't handle this weird environmental output style. Undoing the v7.7.0 change and things worked over here as well, but I'll need to figure out another solution.

Testing for a new solution exposed another issue however, and I really should fix that as well so not sure if a new version will be out today.
Yil is offline   Reply With Quote