Skip to content

Fix buffer overflow when verifying specials - #46

Open
rcsanchez97 wants to merge 1 commit into
mnunberg:masterfrom
rcsanchez97:fix_buffer_overflow
Open

rcsanchez97 wants to merge 1 commit into
mnunberg:masterfrom
rcsanchez97:fix_buffer_overflow

Conversation

@rcsanchez97

Copy link
Copy Markdown

Malformed JSON can trigger access outside of the string literals used to
verify specials. This change adds bounds checks to the verification of
specials.

Fixes #45

Malformed JSON can trigger access outside of the string literals used to
verify specials.  This change adds bounds checks to the verification of
specials.

Fixes mnunberg#45
@kevinAlbs

Copy link
Copy Markdown

Ping @mnunberg

@ckerr

ckerr commented Oct 22, 2020

Copy link
Copy Markdown

Re-Ping @mnunberg 🙂

@mnunberg

mnunberg commented Apr 1, 2021

Copy link
Copy Markdown
Owner

Looking at this change now :)

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.

Buffer overflow on invalid input

4 participants