Package: gobgp / 4.3.0-1

Metadata

Package Version Patches format
gobgp 4.3.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 skip TestWatchEvent.patch | (download)

pkg/server/server_test.go | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 skip test that has a high failure rate (see #1078512)
0002 cherry pick CVE 2026 30405.patch | (download)

pkg/server/fsm.go | 10 6 + 4 - 0 !
pkg/server/fsm_test.go | 72 72 + 0 - 0 !
2 files changed, 78 insertions(+), 4 deletions(-)

 [patch] server: fix malformed nexthop attribute crash

Skip ValidateUpdateMsg when parsing already detected an error.

Fixes #3305

Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>