Skip to content

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

Open
alexlarsson wants to merge 1 commit into
mainfrom
ostree-no-sparse
Open

ostree: Don't support sparse files in ostree commit#349
alexlarsson wants to merge 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
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