FreeBSD Bugzilla – Attachment 241558 Details for
Bug 270910
net/frr8: fix bgpd crash in some cases (8.x)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Put patch in files/, recompile
patch-bgpd__bgp_lcommunity.c (text/plain), 660 bytes, created by
Kurt Jaeger
on 2023-04-18 10:42:17 UTC
(
hide
)
Description:
Put patch in files/, recompile
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2023-04-18 10:42:17 UTC
Size:
660 bytes
patch
obsolete
>--- bgpd/bgp_lcommunity.c.orig 2023-03-13 15:01:47.000000000 +0100 >+++ bgpd/bgp_lcommunity.c 2023-04-18 11:34:51.459907000 +0200 >@@ -229,14 +229,17 @@ > snprintf(lcsb, sizeof(lcsb), "%u:%u:%u", global, local1, > local2); > >+/* > const char *com2alias = > translate_alias ? bgp_community2alias(lcsb) : lcsb; > > len = strlcat(str_buf, com2alias, str_buf_sz); >+*/ >+ len = strlcat(str_buf, lcsb, str_buf_sz); > assert((unsigned int)len < str_buf_sz); > > if (make_json) { >- json_string = json_object_new_string(com2alias); >+ json_string = json_object_new_string(lcsb); > json_object_array_add(json_lcommunity_list, > json_string); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 270910
:
241558
|
241619
|
241636