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

lib: limit size of vty buffer to 4096 bytes #63

Merged
merged 1 commit into from
Jan 13, 2017

Conversation

qlyoung
Copy link
Member

@qlyoung qlyoung commented Jan 10, 2017

This removes the automatic resizing of the vty input buffer and places a
hard size cap of 4096 bytes. It also fixes a potentially unsafe strcpy.

Signed-off-by: Quentin Young qlyoung@cumulusnetworks.com

This removes the automatic resizing of the vty input buffer and places a
hard size cap of 4096 bytes. It also fixes a potentially unsafe strcpy.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
@NetDEF-CI
Copy link
Collaborator

Continous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-34/

This is a comment from an EXPERIMENTAL automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

@eqvinox eqvinox merged commit 496e83a into FRRouting:master Jan 13, 2017
@carnil
Copy link

carnil commented Jan 24, 2017

This is CVE-2017-5495

@qlyoung qlyoung deleted the fix-vty-buffer branch January 26, 2017 01:50
cfra referenced this pull request in opensourcerouting/frr Nov 29, 2018
…rf+vrf-timing

bgp_l3vpn_to_bgp_vrf: skip test on arm processors with kernel's older than 4.11
ranjanyash54 pushed a commit to ranjanyash54/frr that referenced this pull request Oct 27, 2021
mgmtd: Fix checkpatch and clang issues
rwestphal referenced this pull request in opensourcerouting/frr Nov 3, 2021
…ON (#63)

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
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

5 participants