diff --git a/SOURCES/openvswitch-2.13.0.patch b/SOURCES/openvswitch-2.13.0.patch index 86f0713..f15d52f 100644 --- a/SOURCES/openvswitch-2.13.0.patch +++ b/SOURCES/openvswitch-2.13.0.patch @@ -82978,6 +82978,19 @@ index 28382e0123..02a9235d51 100644 prop_len = sizeof(*pnmt); break; } +diff --git a/lib/ofp-group.c b/lib/ofp-group.c +index b675e802c3..cc33feda4a 100644 +--- a/lib/ofp-group.c ++++ b/lib/ofp-group.c +@@ -64,7 +64,7 @@ ofputil_group_from_string(const char *s, uint32_t *group_idp) + void + ofputil_format_group(uint32_t group_id, struct ds *s) + { +- char name[MAX_GROUP_NAME_LEN]; ++ char name[MAX_GROUP_NAME_LEN + 1]; + + ofputil_group_to_string(group_id, name, sizeof name); + ds_put_cstr(s, name); diff --git a/lib/ovs-rcu.c b/lib/ovs-rcu.c index ebc8120f0f..cde1e925ba 100644 --- a/lib/ovs-rcu.c diff --git a/SPECS/openvswitch2.13.spec b/SPECS/openvswitch2.13.spec index dae1d22..48b0519 100644 --- a/SPECS/openvswitch2.13.spec +++ b/SPECS/openvswitch2.13.spec @@ -59,7 +59,7 @@ Summary: Open vSwitch Group: System Environment/Daemons daemon/database/utilities URL: http://www.openvswitch.org/ Version: 2.13.0 -Release: 107%{?commit0:.%{date}git%{shortcommit0}}%{?commit1:dpdk%{shortcommit1}}%{?dist} +Release: 108%{?commit0:.%{date}git%{shortcommit0}}%{?commit1:dpdk%{shortcommit1}}%{?dist} # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # lib/sflow*.[ch] files are SISSL @@ -710,6 +710,10 @@ exit 0 %endif %changelog +* Mon May 10 2021 Open vSwitch CI - 2.13.0-108 +- Merging upstream branch-2.13 + [d2edacdddd238483f35fc29edac5b42ace8e94a8] + * Wed Apr 21 2021 Open vSwitch CI - 2.13.0-107 - Merging upstream branch-2.13 [9a8a64930161e8b1721509c8ca3562fbd837be49]