Tag: 5dc474d6b3ba19df7d491d4eabd9fb7a0c1c2423

pppol2tp: Remove null pointer dereference.

Author: Julia Lawall <julia@diku.dk> If session is NULL, it is not possible to access its name field. So I have split apart the printing of the error message to drop the printing of the name field in this case. The macro PRINTK actually only evaluates its arguments starting with the third one if the bitwise …

Continue reading