forked from ostreedev/ostree
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump composefs from
2d5cdcb
to fc9a526
Bumps [composefs](https://github.com/containers/composefs) from `2d5cdcb` to `fc9a526`. - [Release notes](https://github.com/containers/composefs/releases) - [Commits](containers/composefs@2d5cdcb...fc9a526) --- updated-dependencies: - dependency-name: composefs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
1bc7d20
commit a44acd4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule composefs
updated
21 files
+28 −0 | .github/workflows/test.yaml | |
+9 −10 | README.md | |
+11 −0 | configure.ac | |
+37 −1 | hacking/installdeps.sh | |
+49 −23 | libcomposefs/lcfs-mount.c | |
+1 −0 | libcomposefs/lcfs-mount.h | |
+13 −7 | libcomposefs/lcfs-writer-erofs.c | |
+15 −6 | libcomposefs/lcfs-writer.c | |
+6 −4 | man/mkcomposefs.md | |
+7 −1 | man/mount.composefs.md | |
+ − | tests/fuzzing/data/SIGSEGV.PC.432623.STACK.1a9c9e1981.CODE.1.ADDR.0.INSTR.movsbl_(%rax),%eax.fuzz | |
+ − | tests/fuzzing/data/SIGSEGV.PC.435caa.STACK.18ea55ecb1.CODE.1.ADDR.20.INSTR.mov____0x20(%rax),%rax.fuzz | |
+528 −0 | tests/fuzzing/data/alpine | |
+441 −0 | tests/fuzzing/data/busybox | |
+6 −0 | tests/fuzzing/data/dot-root | |
+6 −0 | tests/fuzzing/data/dump-example | |
+8,402 −0 | tests/fuzzing/data/fedora | |
+9 −0 | tests/fuzzing/run.sh | |
+1 −1 | tools/cfs-fuse.c | |
+753 −613 | tools/mkcomposefs.c | |
+7 −0 | tools/mountcomposefs.c |