On Mon, Nov 28, 2016 at 05:43:08PM +0100, Anatole Denis wrote: > When creating a set (in set_evaluate), it is added to the table cache before > being checked for correctness. When the set is ill-formed, the function returns > without removing the (non-existent, since the function returned) set. Further > references to this set will not result in an error (since the set is in the > lookup table), but the malformed set will probably cause a segfault. > > The symptom (the segfault) was fixed by checking for NULL when evaluating a > reference to the set (commit 5afa5a164ff1c066af1ec56d875b91562882bd50), this > should fix the root cause. Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html