retcode = EPKG_FATAL;
goto cleanup;
}
if (st.st_size > SIZE_T_MAX) {
if (st.st_size > SSIZE_MAX) {
char buf[BUFSIZ];
int len;