PKGINFO_RD_LEN
if ((start = (char *)malloc(PKGINFO_RD_LEN)) == NULL) {
while ((p = fgets(inp, PKGINFO_RD_LEN, fp)) != NULL) {
char_cnt += PKGINFO_RD_LEN - 1;
if ((p = realloc(start, char_cnt + PKGINFO_RD_LEN)) == NULL) {