Hans Leidekker hans@codeweavers.com wrote:
- /* FIXME: copy server/realm names to client space as well.
* As long as LSA works in current process space it's OK.
*/
But it only works because the strings are never freed, so it would still be better to copy them.
Sure, that's the point of a FIXME. A proper fix for this is more complicated than that though, and I would perfer to have this code in for 3.0 without going that far.