Fix potentially dangerous uses of mkpath and git_path
authorAlex Riesen <redacted>
Sun, 26 Oct 2008 22:08:52 +0000 (23:08 +0100)
committerJunio C Hamano <redacted>
Mon, 27 Oct 2008 05:25:09 +0000 (22:25 -0700)
commit058412d09748c90be996a70729b961adad084175
tree2b47ac0423fde13e184d4384dfd82080fa738545
parent356af64d84076baaf90b0bf8adb7245771264e5a
Fix potentially dangerous uses of mkpath and git_path

Replace them with mksnpath/git_snpath and a local buffer
for the resulting string.

Signed-off-by: Alex Riesen <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin-for-each-ref.c
git clone https://git.99rst.org/PROJECT