| Summary: | tar and cpio cannot deal with files > 2GB | ||
|---|---|---|---|
| Product: | Base System | Reporter: | andrew <andrew> |
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.3-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
andrew
2001-07-08 17:10:01 UTC
I have investigated TAR code in create.c. Problem is that counter is a 32 bit long (save_totsize) see line 198. Should be of type off_t to deal with numbers > 2,147,483,647 Probably similar problem with cpio. -- Andrew Responsible Changed From-To: freebsd-bugs->mjacob I'll take it. Responsible Changed From-To: mjacob->freebsd-bugs give back to whomever has more time to do the actual right thing Please close this PR. It is better described at http://www.freebsd.org/cgi/query-pr.cgi?pr=gnu/24903 Thanks Marc State Changed From-To: open->closed Several other PRs deal with this same problem, e.g. 24903. |