Commit 24b2319
ostree: Don't support sparse files in ostree commit
These were potentially allocating a large amount of memory, which is a
OOM vector. But sparse files are not really used in practice, they are
just a backwards compat hack from the C implementation. Just error out
if we find any.
Signed-off-by: Alexander Larsson <alexl@redhat.com>1 parent ff7d17a commit 24b2319
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
335 | | - | |
| 334 | + | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
0 commit comments