From: Heinrich Schuchardt <xypron.g...@gmx.de> Date: Tue, 17 May 2016 22:01:15 +0200
> In the statement > assert(priv || priv->ae_handle); > the right side of || is only evaluated if priv is null. > > Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de> I agree with others that this assert() is pretty useless and should simply be removed.