Commit cd39d02
committed
FRR Release 10.5.3
bfdd
Fix wrong memory free when using ttable code
bgpd
Add missing peer_flag_send_nhc_attribute for update group flags
Check if the nhc length is enough to fill tlv value + tlv header
Check more during nlri parsing
Fix condition when evaluating paths
Fix memory leak in cluster_intern()
Fix off-by-one error in flowspec operator array bounds check
Fix test for open message with remote-as auto
eigrpd
Handle the gr neighbor list safely in update_receive
lib
Fix vty_is_closed() falsely reporting vty_shell as closed
Fix zclient crash when many peers reconnect after frr restart
nhrpd
Correct addrlen check in os_recvmsg()
Fix packet and buffer handling errors
ospfd
Harden te/sr tlv iteration against malformed lengths
Reject equal cryptographic sequence numbers
Use 32-bit ls update lsa count
pimd
When address change ensure dr changes too
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>1 parent 8d1c670 commit cd39d02
3 files changed
+34
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
849 | 849 | | |
850 | 850 | | |
851 | 851 | | |
852 | | - | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
853 | 879 | | |
854 | 880 | | |
855 | 881 | | |
| |||
0 commit comments