commit | 8c57a3a7fab4c6be2634da4084fb33dec02c8872 | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Sun Jul 31 13:14:23 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 01 13:32:52 2016 -0700 |
tree | b83137227d318a506a520f6c7af1daca6c11ad3a | |
parent | 4fb482f73703d69ce23f9ddfa1c55acdb3cf49a6 [diff] |
wan/fsl_ucc_hdlc: avoid possible NULL pointer dereference All assignments to components of priv should only occur after the check if prif is NULL. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: David S. Miller <davem@davemloft.net>