Skip to content

Add rsync fuzzing integration#14904

Open
phenggeler wants to merge 1 commit intogoogle:masterfrom
phenggeler:add-rsync-fuzzing
Open

Add rsync fuzzing integration#14904
phenggeler wants to merge 1 commit intogoogle:masterfrom
phenggeler:add-rsync-fuzzing

Conversation

@phenggeler
Copy link

Add fuzz targets for rsync:

  • fuzz_wildmatch: tests wildcard pattern matching (wildmatch/iwildmatch)
  • fuzz_parse_filter: tests filter rule parsing (parse_filter_str/check_filter)
  • fuzz_rsyncd_conf: tests rsyncd.conf config parsing (lp_load)

Includes dictionaries for all three targets and an options file to suppress expected memory leaks in parse_filter_str.

@google-cla
Copy link

google-cla bot commented Feb 7, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@github-actions
Copy link

github-actions bot commented Feb 7, 2026

phenggeler is integrating a new project:
- Main repo: https://github.com/RsyncProject/rsync
- Criticality score: 0.45301

Add fuzz targets for rsync:
- fuzz_wildmatch: tests wildcard pattern matching (wildmatch/iwildmatch)
- fuzz_parse_filter: tests filter rule parsing (parse_filter_str/check_filter)
- fuzz_rsyncd_conf: tests rsyncd.conf config parsing (lp_load)

Includes dictionaries for all three targets and an options file
to suppress expected memory leaks in parse_filter_str.
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.

1 participant