Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
Re: bgpd: simplify IMSG_CTL_KROUTE
To:
tech@openbsd.org
Date:
Mon, 8 Jan 2024 15:54:42 +0100

Download raw body.

Thread
On Mon, Jan 08, 2024 at 03:43:58PM +0100, Claudio Jeker wrote:
> This diff replaces the strange encoding of IMSG_CTL_KROUTE with
> a struct that holds the flags and af field. This will allow to use
> imsg_get_data() instead (which is the next diff).

ok.

I see that it's done throughout the switch: why is imsg_compose() not
error checked?