On Sun, Oct 20, 2013 at 12:47 PM, Torsten Bögershausen <tboegi@xxxxxx> wrote: > I'm not sure how to handle overlong path in general, there are several ways: > a) Silently overwrite memory (with help of memcpy() and/or strcpy() > b) Silently shorten the path using strlcpy() instead of strcpy() > c) Avoid the overwriting and call die(). > d) Prepare a longer buffer using xmalloc() d+) Use strbuf -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html