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
