Skip to content

Add fuzzer for binascii module#32

Draft
AdamKorcz wants to merge 1 commit intopython:mainfrom
AdamKorcz:add-binascii-fuzzer
Draft

Add fuzzer for binascii module#32
AdamKorcz wants to merge 1 commit intopython:mainfrom
AdamKorcz:add-binascii-fuzzer

Conversation

@AdamKorcz
Copy link
Copy Markdown

@AdamKorcz AdamKorcz commented Apr 10, 2026

Add a structured fuzzer for the binascii C module (Modules/binascii.c). It exercises encode and decode paths for base64, hex, uuencode, and quoted-printable codecs, as well as CRC32 and CRC-HQX checksums and hexlify/unhexlify roundtrips.

@AdamKorcz AdamKorcz requested a review from a team as a code owner April 10, 2026 19:53
@AdamKorcz AdamKorcz marked this pull request as draft April 10, 2026 21:27
@AdamKorcz AdamKorcz marked this pull request as draft April 10, 2026 21:27
@AdamKorcz AdamKorcz marked this pull request as draft April 10, 2026 21:27
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