[patch]: Uninitialized list nodes

Mikael mikma.bird at lists.m7n.se
Wed Sep 9 00:42:24 CEST 2020


Hi,

I have found two occurrences of uninitialized list nodes in bird's 
master branch.

The following config causes asserts (when built with debugging).

# Router ID in IPv4 format
router id 62.168.0.1;

protocol device {
           interface "*";
}

# Static route feed
template static t1 {
           ipv4 { export all; };
           route 10.0.0.0/24 unreachable;
}

protocol static from t1 {
}

The attached patches solves the problems.

/Mikael


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Nest-Fix-assert-failed-in-channel_copy_config.patch
Type: text/x-patch
Size: 881 bytes
Desc: not available
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20200909/62f32e3b/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Nest-Fix-assert-failed-in-static_copy_config.patch
Type: text/x-patch
Size: 882 bytes
Desc: not available
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20200909/62f32e3b/attachment-0001.bin>


More information about the Bird-users mailing list