From: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> Date: Fri, 07 Jan 2011 14:33:08 +0100 > On 07/01/11 14:15, Jan Engelhardt wrote: >> netlink: test for all flags of the NLM_F_DUMP composite >> >> Due to NLM_F_DUMP is composed of two bits, NLM_F_ROOT | NLM_F_MATCH, >> when doing "if (x & NLM_F_DUMP)", it tests for _either_ of the bits >> being set. Because NLM_F_MATCH's value overlaps with NLM_F_EXCL, >> non-dump requests with NLM_F_EXCL set are mistaken as dump requests. >> >> Substitute the condition to test for _all_ bits being set. >> >> Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> > > Acked-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> Applied, and queued up for -stable, thanks guys! -- 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