]> gitweb.ps.run Git - ps-cgit/commit
Add and use a common readfile() function
authorLars Hjemli <hjemli@gmail.com>
Tue, 18 Aug 2009 15:17:41 +0000 (17:17 +0200)
committerLars Hjemli <hjemli@gmail.com>
Tue, 18 Aug 2009 15:22:14 +0000 (17:22 +0200)
commite16f1783346a090e4ea1194dcaae7f03e813f6a2
tree268f5ba231895ba3a63071497764c64d44733da5
parent523c133e2e5f7089a3d18ac23f2074b60991a7f0
Add and use a common readfile() function

This function is used to read the full content of a textfile into a
newly allocated buffer (with zerotermination).

It replaces the earlier readfile() in scan-tree.c (which was rather
error-prone[1]), and is reused by read_agefile() in ui-repolist.c.

1: No checks for EINTR and EAGAIN, fixed-size buffer

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
cgit.h
scan-tree.c
shared.c
ui-repolist.c