Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:acdc:as_python3_module
flatpak-builder
0001-builder-Fix-silent-truncation-of-gt-32-bit...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-builder-Fix-silent-truncation-of-gt-32-bit-inodes.patch of Package flatpak-builder
From 67c892cd802b56e2a0c80fe22b0aaa08edf020e8 Mon Sep 17 00:00:00 2001 From: Colin Walters <walters@verbum.org> Date: Tue, 20 Jun 2023 13:31:01 -0400 Subject: [PATCH] builder: Fix silent truncation of >32 bit inodes See https://github.com/ostreedev/ostree/pull/2874 "commit: fix ostree deployment on 64-bit inode fs" --- src/builder-cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builder-cache.c b/src/builder-cache.c index 1f4528eb..1cec86fa 100644 --- a/src/builder-cache.c +++ b/src/builder-cache.c @@ -691,7 +691,7 @@ typedef struct { static const char * devino_cache_lookup (OstreeRepoDevInoCache *devino_to_csum_cache, guint32 device, - guint32 inode) + guint64 inode) { OstreeDevIno dev_ino_key; OstreeDevIno *dev_ino_val;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor