Dmitry V. Levin <[EMAIL PROTECTED]> ha escrit:

> My suggestion is to avoid using alloca() with user controllable size.
> In this particular case, memcpy() call could be optimized out as well.

The proposed patch will make things worse: tar will segfault, because
the passed string is freed after inserting it in the hash table.

Regards,
Sergey


_______________________________________________
Bug-cpio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-cpio

Reply via email to