Ramkumar Ramachandra wrote: > Yeah, git_path() writes to one of the four static buffers in > path.c:get_pathname(). Which brings me to: what should (can) we do > about it? Just use a sane idiom. Which means: as few git_path() values in flight at a time as possible. In other words, do not save the git_path() result in a variable, but pass it directly to whatever computation needs to use it. -- 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