Commit d2e3daf
[COMPRESS-718] Adjust size validation for OLD_ASCII format (#759)
* Adjust size validation for OLD_ASCII format
Support files up to 8GiB in size for a single entry when using the OLD_ASCII format.
* Use camel-case
---------
Co-authored-by: Gary Gregory <[email protected]>1 parent 6518f80 commit d2e3daf
File tree
2 files changed
+18
-1
lines changed- src
- main/java/org/apache/commons/compress/archivers/cpio
- test/java/org/apache/commons/compress/archivers/cpio
2 files changed
+18
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
911 | 911 | | |
912 | 912 | | |
913 | 913 | | |
914 | | - | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
915 | 917 | | |
916 | 918 | | |
917 | 919 | | |
| |||
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
29 | 44 | | |
30 | 45 | | |
31 | 46 | | |
| |||
0 commit comments