- Notifications
You must be signed in to change notification settings - Fork928
Commitf4c18cf
committed
fix: Resolve symlinks being written with size 0 in tar (#1488)
Solution found here:https://stackoverflow.com/questions/38454850/getting-write-too-long-error-when-trying-to-create-tar-gz-file-from-file-and-dSymlink's were being written with a size of 0, which surfaced an errorfor write too long.1 parentfd79d2c commitf4c18cf
1 file changed
+9
-2
lines changedLines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
29 | 36 |
| |
30 | 37 |
| |
31 | 38 |
| |
| |||
45 | 52 |
| |
46 | 53 |
| |
47 | 54 |
| |
48 |
| - | |
| 55 | + | |
49 | 56 |
| |
50 | 57 |
| |
51 | 58 |
| |
|
0 commit comments
Comments
(0)