Re: [ovs-dev] [PATCH v6] tc: fix crash on malformed reply from kernel.

2023-06-06 Thread Ilya Maximets
On 6/6/23 18:08, Frode Nordahl wrote: > On Tue, Jun 6, 2023 at 5:46 PM Ilya Maximets wrote: >> >> On 6/6/23 11:38, Frode Nordahl wrote: >>> The tc module combines the use of the `tc_transact` helper >>> function for communication with the in-kernel tc infrastructure >>> with assertions on the

Re: [ovs-dev] [PATCH v6] tc: fix crash on malformed reply from kernel.

2023-06-06 Thread Frode Nordahl
On Tue, Jun 6, 2023 at 5:46 PM Ilya Maximets wrote: > > On 6/6/23 11:38, Frode Nordahl wrote: > > The tc module combines the use of the `tc_transact` helper > > function for communication with the in-kernel tc infrastructure > > with assertions on the reply data by `ofpbuf_at_assert` on the > >

Re: [ovs-dev] [PATCH v6] tc: fix crash on malformed reply from kernel.

2023-06-06 Thread Ilya Maximets
On 6/6/23 11:38, Frode Nordahl wrote: > The tc module combines the use of the `tc_transact` helper > function for communication with the in-kernel tc infrastructure > with assertions on the reply data by `ofpbuf_at_assert` on the > received data prior to further processing. > > With the presence

[ovs-dev] [PATCH v6] tc: fix crash on malformed reply from kernel.

2023-06-06 Thread Frode Nordahl
The tc module combines the use of the `tc_transact` helper function for communication with the in-kernel tc infrastructure with assertions on the reply data by `ofpbuf_at_assert` on the received data prior to further processing. With the presence of bugs on the kernel side, we need to treat the