Re: libagentx: NULL deref on varbinds after connection reset

2022-09-13 Thread Theo Buehler
On Tue, Sep 13, 2022 at 11:51:30AM +0200, Martijn van Duren wrote: > When a connection is reset while we still have an outstanding request, > the connection from the request to the rest of the structure is removed, > so we don't send any old data over the new connection. > > However, the current

libagentx: NULL deref on varbinds after connection reset

2022-09-13 Thread Martijn van Duren
When a connection is reset while we still have an outstanding request, the connection from the request to the rest of the structure is removed, so we don't send any old data over the new connection. However, the current code dereferences axc at a couple of places before we check it for NULL.