
< 	struct strbuf realpath = STRBUF_INIT;
---
> 	struct strbuf realpath = strbuf_new();
