From: John Keeping Date: Sat, 13 Aug 2016 10:54:46 +0000 (+0100) Subject: ui-tree: remove a fixed size buffer X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/e18a85b6a298feef88da8085ef16fd20ce971071?ds=sidebyside;hp=e18a85b6a298feef88da8085ef16fd20ce971071 ui-tree: remove a fixed size buffer As libgit.a moves away from using fixed size buffers, there is no guarantee that PATH_MAX is sufficient for all of the paths in a Git tree, so we should use a dynamically sized buffer here. Coverity-Id: 141884 Signed-off-by: John Keeping ---