Subject: Re: NetBSD Security Advisory 2004-002 breaks kernel build ?
To: None <adrianp@stindustries.net>
From: Havard Eidnes <he@netbsd.org>
List: tech-security
Date: 02/19/2004 19:14:28
> I followed the instructions in 'NetBSD Security Advisory 2004-002' an=
d =

> this is what I got when rebuilding my kernel:
>
> /usr/src/sys/arch/i386/compile/FOOBAR/../../../../netinet/ip_input.c:=
1808: =

> warning: implicit declaration of function `rt_timer_queue_remove_all'=

> *** Error code 1

You need to also update sys/net/route.c and sys/net/route.h,
apparently.  These belong together, as seen in doc/CHANGES-1.6.2:

sys/net/route.h                                 1.32
sys/net/route.c                                 1.55
sys/netinet/ip_input.c                          1.163 (via patch)

        Remove all entries in rt timer queue on ip_mtudisc change, inst=
ead
        of destroying the queue.
        [itojun, ticket #984]

Yes, it appears that the security advisory is not complete as it
stands right now.

Regards,

- H=E5vard