> Note : I strongly recommand you to use strncpy() instead of strcpy(),It _is_ more secure, and without a doubt: when the user gives your
> I would replace the last line with
>
> strncpy(path, str.str().data(), 256);
Ok, I'll have a look at that, it's probably more secure.
program a pathname longer than 256 chars and you do a strcpy(), you
have a buffer overflow.
--
Nicolas Baradakis
--
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
