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: fix crash in the CLI grammar sandbox #4324

Merged
merged 1 commit into from
May 13, 2019

Conversation

rwestphal
Copy link
Member

The CLI grammer sandbox needs to initialize the northbound subsystem
otherwise the running_config global variable won't be set, which
leads to crashes.

Fixes #4319.

Signed-off-by: Renato Westphal renato@opensourcerouting.org

The CLI grammer sandbox needs to initialize the northbound subsystem
otherwise the running_config global variable won't be set, which
leads to crashes.

Fixes FRRouting#4319.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Copy link
Contributor

@mjstapp mjstapp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

look good - just waiting for CI

@NetDEF-CI
Copy link
Collaborator

Continuous 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-7652/

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


CLANG Static Analyzer Summary

  • Github Pull Request 4324, comparing to Git base SHA 4ac9d2c

No Changes in Static Analysis warnings compared to base

12 Static Analyzer issues remaining.

See details at
https://ci1.netdef.org/browse/FRR-FRRPULLREQ-7652/artifact/shared/static_analysis/index.html

@mjstapp mjstapp merged commit 7819f72 into FRRouting:master May 13, 2019
@LabN-CI
Copy link
Collaborator

LabN-CI commented May 13, 2019

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/4324 8d0d863
Date 05/13/2019
Start 15:51:07
Finish 16:15:24
Run-Time 24:17
Total 1813
Pass 1813
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2019-05-13-15:51:07.txt
Log autoscript-2019-05-13-15:51:53.log.bz2
Memory 429 422 359

For details, please contact louberger

@eqvinox eqvinox deleted the fix_grammar_sandbox branch April 18, 2021 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash with particular command sequence in grammar_sandbox
5 participants