Skip to content

ostree: Don't support sparse files in ostree commit#349

Merged
cgwalters merged 1 commit into
mainfrom
ostree-no-sparse
Jul 8, 2026
Merged

ostree: Don't support sparse files in ostree commit#349
cgwalters merged 1 commit into
mainfrom
ostree-no-sparse

Conversation

@alexlarsson

Copy link
Copy Markdown
Contributor

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.

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>
@cgwalters
cgwalters added this pull request to the merge queue Jul 6, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to no response for status checks Jul 6, 2026
@cgwalters
cgwalters added this pull request to the merge queue Jul 8, 2026
Merged via the queue into main with commit d31c0f5 Jul 8, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants