Skip to content

fuzz: weekly regression seeds (2026-05-17)#11

Open
lilith wants to merge 1 commit into
mainfrom
fuzz/weekly-2026-05-17
Open

fuzz: weekly regression seeds (2026-05-17)#11
lilith wants to merge 1 commit into
mainfrom
fuzz/weekly-2026-05-17

Conversation

@lilith
Copy link
Copy Markdown
Member

@lilith lilith commented May 17, 2026

Weekly automated fuzz sweep for webpx.

New crashes

Target Seed Size Repro?
limits_boundaries limits_boundaries-oom-7b78d8c0a5f5 347 bytes already-fixed (regression test passes clean)

Per-target stats

Target Execs Coverage (cov/ft) New seeds
decode_animation 1,289,003 172/283 0
decode_into 134,998 190/231 0
decode_static 185,926 183/230 0
decode_streaming 1,107,648 232/556 0
decoder_builder 510,043 340/526 0
dim_extremes 1,477,133 284/454 0
encode_roundtrip 216,171 365/454 0
image_info 116,167,101 41/42 0
limits_boundaries ~253,938 (OOM exit) 343/465 1
mux_metadata 19,777,067 130/187 0
stride_extremes 991,396 371/610 0
yuv_planes 7,218,205 253/281 0

Notes

  • All 12 targets (including 4 beyond the original expected set: dim_extremes, limits_boundaries, stride_extremes, yuv_planes) were fuzzed for 600 s each in parallel.
  • limits_boundaries triggered an OOM (oom-295aeb3c0ad753d8dd6830b91eabcb5ada70e8e5, 364 bytes) during the run. Minimized to 347 bytes via cargo fuzz tmin. The fuzz_regression test suite runs the seed without panicking, suggesting the underlying allocation issue may already be fixed or the OOM does not reproduce as a panic in the stable test harness.
  • No other crashes, OOMs, leaks, or timeouts were found across the remaining 11 targets.

Generated by Claude Code

Weekly fuzz run 2026-05-17 found OOM in limits_boundaries target.
Minimized from 364 bytes to 347 bytes.

https://claude.ai/code/session_01EL54AfpC916KXQyKGhHFND
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.85%. Comparing base (842fc5e) to head (dc09b86).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #11   +/-   ##
=======================================
  Coverage   78.85%   78.85%           
=======================================
  Files          18       18           
  Lines        4460     4460           
=======================================
  Hits         3517     3517           
  Misses        943      943           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

3 participants