Igor Artemiev <Igor.A.Artemiev@xxxxxxx> wrote:The 'cs' pointer is dereferenced below without checking, as it is assumed to always be initialized with 'private->chainstack[smp_processor_id()]'.
In ebt_do_table() 'private->chainstack' cannot be NULL? Why do you think that?
and the 'cs' pointer is dereferenced below, so it does not make
sense to compare 'private->chainstack' with NULL.
No, I didn't test this.+ cs = private->chainstack[smp_processor_id()];Looks like NULL deref to me. Did you test this?