Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bounds checks in PeerConnections #3940

Merged
merged 1 commit into from
Nov 19, 2020

Conversation

bzbarsky-apple
Copy link
Contributor

Problem

Our bounds checks are off, so we read past the end of the array.

Summary of Changes

Fix the bounds checks.

Fixes #3938

@rwalker-apple rwalker-apple added the hotfix urgent fix needed, can bypass review label Nov 19, 2020
@rwalker-apple rwalker-apple merged commit 108e1b7 into project-chip:master Nov 19, 2020
@bzbarsky-apple bzbarsky-apple deleted the fix-bounds-checks branch November 19, 2020 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hotfix urgent fix needed, can bypass review transport
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect bounds checks in PeerConnections.h
3 participants