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

core: avoid overrun-buffer-arg #962

Merged
merged 1 commit into from Feb 1, 2017

Conversation

linuxmaniac
Copy link
Member

Overrunning array ((struct a_rdata *)rr->rdata)->ip of 4 bytes
by passing it to a function which accesses it at byte offset 15
using argument len (which evaluates to 16)

> Overrunning array ((struct a_rdata *)rr->rdata)->ip of 4 bytes
> by passing it to a function which accesses it at byte offset 15
> using argument len (which evaluates to 16)
@miconda
Copy link
Member

miconda commented Feb 1, 2017

Thanks can be merged and backported.

@linuxmaniac linuxmaniac merged commit 5640f69 into kamailio:master Feb 1, 2017
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.

None yet

2 participants