Re: PATCH : mux_h2 h2c pointer deref

2018-10-11 Thread Willy Tarreau
On Tue, Oct 02, 2018 at 04:52:46PM +0200, Mildis wrote: > OK. > Here you are. Applied, thanks! Willy PS: sorry for the delay, it was left rotting too far away in my mailbox!

Re: PATCH : mux_h2 h2c pointer deref

2018-10-02 Thread Mildis
OK. Here you are. 0001-BUG-MINOR-checks-queues-null-deref.patch Description: Binary data 0001-BUG-MINOR-h2-null-deref.patch Description: Binary data Mildis > Le 2 oct. 2018 à 04:23, Willy Tarreau a écrit : > > Hi, > > On Sun, Sep 23, 2018 at 06:18:37PM +0200, Mildis wrote: >> Hi, >> >>

Re: PATCH : mux_h2 h2c pointer deref

2018-10-01 Thread Willy Tarreau
Hi, On Sun, Sep 23, 2018 at 06:18:37PM +0200, Mildis wrote: > Hi, > > Here is a patch for a null-deref. > It checks if h2c exists before working on it. > For these two patches, I'd prefer to have multiple exit labels than adding some "if" in the error exit path. It's important that the error