Skip to content

Add fuzz seed for a long token followed by another token - #50

Merged
bzick merged 1 commit into
masterfrom
fix/stream-token-longer-than-buffer
Jul 26, 2026
Merged

Add fuzz seed for a long token followed by another token#50
bzick merged 1 commit into
masterfrom
fix/stream-token-longer-than-buffer

Conversation

@bzick

@bzick bzick commented Jul 24, 2026

Copy link
Copy Markdown
Owner

While reviewing #43 I fuzzed the stream parser and hit an input (a 300-digit number followed by A, buffer 100) that dropped the trailing token. Turned out to be the same bug as #44, which is already fixed on master — this input passes now.

Just adding the seed to the corpus so this case stays covered. No code changes.

@bzick
bzick force-pushed the fix/stream-token-longer-than-buffer branch from ac28c81 to 19be587 Compare July 24, 2026 09:20
@bzick bzick changed the title Fix stream ending early when a token is longer than the buffer Add fuzz seed for a long token followed by another token Jul 24, 2026
@bzick
bzick merged commit 0356120 into master Jul 26, 2026
5 checks passed
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