
< 	struct strbuf realpath = STRBUF_INIT;
---
> 	struct strbuf realpath = STRBUF_INIT_WITH_SIZE(src->len + dest->len);
