bird 1.0.0 bugreport with linux 2.2 and netlink
17 Jun
2000
17 Jun
'00
6:06 p.m.
obj/lib/krt-scan.h: #ifdef IPV6 #define NL_NUM_TABLES 1 #else #define NL_NUM_TABLES 256 #endif obj/lib/netlink.c: static struct krt_proto *nl_table_map[NL_NUM_TABLES]; in nl_parse_route: 593 p = nl_table_map[i->rtm_table]; /* Do we know this table? */ gdb: (gdb) p *i $1 = {rtm_family = 10 '\n', rtm_dst_len = 128 '\200', rtm_src_len = 0 '\000', rtm_tos = 0 '\000', rtm_table = 254 'รพ', rtm_protocol = 3 '\003', rtm_scope = 0 '\000', rtm_type = 2 '\002', rtm_flags = 0} so rtm_table is 254, nl_table_map lookup gives garbage, bird segfaults. linux kernel 2.2.16(+raid+nfs), glibc 2.1, debian potato regards, andreas
9492
Age (days ago)
9492
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andreas Jellinghaus