Created attachment 2579[details]
proposed patch
I tried running an OA server under Valgrind. Among other things, it complains that EasyClientName calls strcpy with overlapping buffers, which isn't valid; it turns out to be copying a string to the same string, which is useless at best. See attached patch.
Created attachment 2579 [details] proposed patch I tried running an OA server under Valgrind. Among other things, it complains that EasyClientName calls strcpy with overlapping buffers, which isn't valid; it turns out to be copying a string to the same string, which is useless at best. See attached patch.