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

bgpd: Prevent test against uninited data #8621

Merged
merged 1 commit into from
May 4, 2021

Conversation

donaldsharp
Copy link
Member

Signed-off-by: Donald Sharp sharpd@nvidia.com

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
@polychaeta polychaeta added the bgp label May 4, 2021
@LabN-CI
Copy link
Collaborator

LabN-CI commented May 4, 2021

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result 0
Date
Start
Finish vncregress-2021-05-03-21:31:24.txt
Run-Time autoscript-2021-05-03-21:32:32.log.bz2
Total 504 496 426
Pass SUCCESS git merge/8025 241c493
Fail 02/18/2021
Valgrind-Errors 21:31:23
Valgrind-Loss 22:10:49
Details 39:26
Log 1815
Memory 1815
SUCCESS git merge/8621 645a1f1 0
05/03/2021 0
21:31:24 0
21:56:59 vncregress-2021-02-18-21:31:23.txt
25:35 autoscript-2021-02-18-21:32:29.log.bz2
1815 476 489 427
1815

For details, please contact louberger

@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-18792/

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.

@@ -2684,6 +2684,7 @@ static void bgp_pbr_handle_entry(struct bgp *bgp, struct bgp_path_info *path,
struct bgp_pbr_or_filter bpof;
struct bgp_pbr_val_mask bpvm;

memset(&range, 0, sizeof(range));
Copy link
Member

Choose a reason for hiding this comment

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

What about range_icmp_code as well?

Copy link
Member Author

Choose a reason for hiding this comment

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

clang sa is not complaining about it. so I'm not worried

@idryzhov idryzhov merged commit 1083918 into FRRouting:master May 4, 2021
@donaldsharp donaldsharp deleted the bgp_pbr_clang_sa branch June 23, 2021 11:12
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.

6 participants