Skip to content

[1.5] tests/fuzzing: remove user fuzzer package path - #5430

Open
kolyshkin wants to merge 1 commit into
opencontainers:release-1.5from
kolyshkin:1.5-5422
Open

[1.5] tests/fuzzing: remove user fuzzer package path#5430
kolyshkin wants to merge 1 commit into
opencontainers:release-1.5from
kolyshkin:1.5-5422

Conversation

@kolyshkin

Copy link
Copy Markdown
Contributor

Backport of #5422 to release-1.5. Original description follows.


The user package was moved from
github.com/opencontainers/runc/libcontainer/user to the separate
github.com/moby/sys/user module.

The runc OSS-Fuzz build script still attempted to build a FuzzUser target
for the old package path. Since github.com/moby/sys/user is maintained as a
separate module, this fuzz target should not be built as part of runc.

This change removes the obsolete FuzzUser build target from
tests/fuzzing/oss_fuzz_build.sh.

The remaining runc fuzz targets are unchanged.

@kolyshkin kolyshkin added the backport/1.5-pr A backport PR to release-1.5 label Aug 28, 2026
Signed-off-by: xingyaner <longfor2025@gmail.com>
(cherry picked from commit de2ad6c)
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport/1.5-pr A backport PR to release-1.5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants