On Mon, Jan 30, 2023 at 09:04:43PM +0100, Marco Felsch wrote: > Hi John, > > thanks for the patch. Thanks for the review as always :) > This will trigger a double free since you're use of an unconditional > free() during probe(). It returns NULL, so probe will do a no-op. > > Regards, > Marco John.