Francesco Romani escribió:
On Mon, 20 Nov 2006 13:26:00 +0100
Sergio Muñoz Alonso <[EMAIL PROTECTED]> wrote:

In transcode-1.0.2/tools/tcmodinfo.c:537 there is a

strlcpy(server.sun_path,  socketfile, sizeof(server.sun_path));

that is not working, i've changed it by

strcpy(server.sun_path, socketfile);

and now connect perfectly

I'm not a dev and i dont know if this change is good or bad, but is all that i needed.

Can you provide the socket path? I mean value of tcmodinfo -s.
I'm afraid of latent buffer overflow bug.

tcmodinfo -s /tmp/transcode



Bests,



Reply via email to